Change to Basic 3d Version

This commit is contained in:
2023-06-04 18:23:34 -04:00
parent 2bdba756b8
commit d881d14010
6 changed files with 50 additions and 12 deletions

14
player3d.tscn Normal file
View File

@@ -0,0 +1,14 @@
[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")