dash working

This commit is contained in:
Clevertop 2024-08-11 12:27:38 +10:00
parent cce3f56caa
commit 4b4d97746c
8 changed files with 86 additions and 24 deletions

View file

@ -10,8 +10,9 @@ size = Vector3(0.5, 0.5, 0.5)
[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_mmdx7"]
points = PackedVector3Array(0.25, 0.25, 0.25, 0.25, 0.25, -0.25, -0.25, 0.25, 0.25, 0.25, -0.25, 0.25, 0.25, -0.25, -0.25, -0.25, 0.25, -0.25, -0.25, -0.25, 0.25, -0.25, -0.25, -0.25)
[node name="BaseCommand" type="RigidBody3D"]
[node name="BaseCommand" type="RigidBody3D" node_paths=PackedStringArray("collider")]
script = ExtResource("1_ra6j6")
collider = NodePath("CollisionShape3D3")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
material_override = ExtResource("1_ksvsv")