15 lines
452 B
Plaintext
15 lines
452 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://ctgbbvgfnocql"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_vyj2w"]
|
|
size = Vector3(1, 2, 1)
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_8g2hv"]
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_vyj2w")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("CapsuleMesh_8g2hv")
|