more fixes to machete but not working yet

This commit is contained in:
Derek
2025-01-27 19:52:52 -06:00
parent 61dad77f04
commit f49e17a908
7 changed files with 198 additions and 70 deletions

View File

@@ -35,6 +35,7 @@ func _process(delta):
func _on_timer_timeout():
collision_shape.disabled = true
gravity_scale = .1
await get_tree().create_timer(1).timeout
queue_free()