i forgor; i think it's audio mixing?

This commit is contained in:
Michael Campbell 2026-04-30 01:01:13 -04:00
parent e57db65b33
commit c54ccb4d4f
12 changed files with 51 additions and 15 deletions

View file

@ -17,3 +17,5 @@ func _on_high_speed_button_pressed() -> void:
func _on_toggle_zoom_button_pressed() -> void:
zoomed_out = not zoomed_out
func _on_suicide_button_pressed() -> void:
Player.instance.damage(null, Player.instance.health)