i forgor; i think it's audio mixing?
This commit is contained in:
parent
e57db65b33
commit
c54ccb4d4f
12 changed files with 51 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue