added breakable objects

This commit is contained in:
derek
2024-07-16 16:47:12 -05:00
parent afe19d8848
commit 262abd7d95
25 changed files with 2149 additions and 17 deletions

View File

@@ -55,6 +55,8 @@ collision_layer = 4
collision_mask = 6
script = ExtResource("1_1udac")
collision_shape = NodePath("CollisionShape3D2")
despawning = true
despawn_time_s = 20
pickupType = "stamina"
[node name="Area3D" type="Area3D" parent="."]