added enemy health bar and target with markers

This commit is contained in:
derek
2025-03-22 19:09:13 -05:00
parent b85014c48b
commit c435db8b67
30 changed files with 239 additions and 33 deletions

View File

@@ -134,6 +134,7 @@ func shoot():
anim_player.play("shoot")
func reload():
SignalBus.emit_signal("player_reloading")
match weapon_info.weapon_type:
0:
match weapon_info.reload_type: