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

@@ -33,7 +33,7 @@ func _on_continue_pressed() -> void:
if GameGlobals.current_level == null:
level = "res://scenes/HUBWORLD.tscn"
level = "res://scenes/blockout_4.tscn"
load_to_gamemode = "res://GameModes/hubworld.tres"
else:
level = GameGlobals.current_level