checksum working with file name and file path verification

This commit is contained in:
derek
2025-02-26 17:02:53 -06:00
parent 45246a6098
commit c33af0e2f8
9 changed files with 59 additions and 28 deletions

View File

@@ -194,8 +194,8 @@ func die():
get_tree().get_root().add_child(particlespawn)
drop_loot(loot_amount)
if SaveLoad.last_hit_path == str(get_path()):
SaveLoad.last_hit_path = null
if GameGlobals.last_hit_path == str(get_path()):
GameGlobals.last_hit_path = null
SignalBus.emit_signal("enemy_killed")
queue_free()