summaryrefslogtreecommitdiffstats
path: root/pause_menu_system.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-29 16:53:21 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-29 16:53:21 +0200
commit0259b7fe3e5b2b6e1c8d73aeaa4c7c033cb96d63 (patch)
tree1b31290cd1db852ea869a692833d5b0579a9cec5 /pause_menu_system.gd
parentb532e98ecdbd449da63962cc6db3feef62dbe857 (diff)
Rename func
Diffstat (limited to 'pause_menu_system.gd')
-rw-r--r--pause_menu_system.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/pause_menu_system.gd b/pause_menu_system.gd
index 404fe28..910823b 100644
--- a/pause_menu_system.gd
+++ b/pause_menu_system.gd
@@ -10,4 +10,4 @@ func _on_quit_button_pressed() -> void:
var top: Top = menu.get_parent()
top.get_transition_player().room_transition(null, "res://room_main_menu.tscn", null)
- top.handle_pause()
+ top.toggle_pause()