Change to Basic 3d Version
This commit is contained in:
14
player3d.tscn
Normal file
14
player3d.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user