updated jump pad

This commit is contained in:
derek
2025-01-24 16:54:57 -06:00
parent f66b5a81b8
commit f1c5b08c38
33 changed files with 888 additions and 24 deletions

View File

@@ -200,7 +200,6 @@ func die():
queue_free()
func quiet_remove():
get_parent().enemies.erase(self)
queue_free()
func drop_loot(number_of_drops):
@@ -252,3 +251,6 @@ func save():
func _on_area_3d_body_entered(body: Node3D) -> void:
pass # Replace with function body.
func _exit_tree() -> void:
get_parent().enemies.erase(self)