Examples/mvp-walk-with-collision @bel
This commit is contained in:
38
Examples/mvp-walk-with-collision/root.tscn6674545067.tmp
Executable file
38
Examples/mvp-walk-with-collision/root.tscn6674545067.tmp
Executable file
@@ -0,0 +1,38 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://sq04wsxbebev"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://djb32mbaia5hv" path="res://Entities/Characters/Players/Kobolds/Baby/baby.gd" id="1_pq8q7"]
|
||||
|
||||
[sub_resource type="PlaneMesh" id="PlaneMesh_vho56"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_vho56"]
|
||||
size = Vector3(1, 0.0673828, 1)
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_pq8q7"]
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_pyidc"]
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("PlaneMesh_vho56")
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D"]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D/StaticBody3D"]
|
||||
shape = SubResource("BoxShape3D_vho56")
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(-0.502768, 0.414074, -0.758793, 0.228711, 0.910243, 0.345179, 0.833616, 0, -0.552345, -1.51365, 1.15689, -0.818533)
|
||||
|
||||
[node name="baby" type="CharacterBody3D" parent="."]
|
||||
transform = Transform3D(0.385, 0, 0, 0, 0.385, 0, 0, 0, 0.385, 0, 0.336205, 0)
|
||||
script = ExtResource("1_pq8q7")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="baby"]
|
||||
shape = SubResource("CapsuleShape3D_pq8q7")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="baby"]
|
||||
mesh = SubResource("CapsuleMesh_pyidc")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="baby"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.474657, 1.04625)
|
||||
Reference in New Issue
Block a user