oh fuck im gonna have to learn to clean up previous commits

This commit is contained in:
2025-07-18 23:14:51 +10:00
parent a6c503b8ff
commit 4a26cf0ddb
54 changed files with 1066 additions and 163 deletions

View File

@@ -72,8 +72,8 @@ func set_energy_visible(value: bool) -> void:
func _process(_delta: float) -> void:
fps_label.text = "FPS: " + str(Engine.get_frames_per_second())
wave_start_label.text = parse_action_tag("[center]Press #Ready# to start wave")
place_text.text = parse_action_tag("[center]#Equip Primary Weapon#")
swap_text.text = parse_action_tag("[center]#Equip Secondary Weapon#")
place_text.text = parse_action_tag("[center]#Primary Fire#")
swap_text.text = parse_action_tag("[center]#Secondary Fire#")
func grow_wave_start_label() -> void: