made a rat and a ladder and the rat is *kind* of working

This commit is contained in:
Derek
2024-07-27 21:08:41 -05:00
parent 94ddefc7f5
commit 186aa89e3f
39 changed files with 5191 additions and 46 deletions

View File

@@ -23,6 +23,5 @@ func breaking(current_velocity):
spawn_broken.position = global_position
spawn_broken.transform.basis = global_transform.basis
spawn_broken.rotation = rotation
get_tree().get_root().add_child(spawn_broken)
queue_free()