More tweaks but broke the enemy script

This commit is contained in:
derek
2024-12-03 13:27:44 -06:00
parent 299257e0d9
commit ad11da38f8
23 changed files with 194 additions and 86 deletions

View File

@@ -196,6 +196,10 @@ func die():
SignalBus.emit_signal("enemy_killed")
queue_free()
func quiet_remove():
get_parent().enemies.erase(self)
queue_free()
func drop_loot(number_of_drops):
#pickup drop
while number_of_drops > 0: