From 9c2108b4889f62360c8dc9be3e9f3af33e8c79a4 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sun, 7 Jul 2024 15:05:20 +0200 Subject: [PATCH] get scene for the save function in the pause menu --- scripts/pause_menu.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pause_menu.gd b/scripts/pause_menu.gd index 0e8206f..c514980 100644 --- a/scripts/pause_menu.gd +++ b/scripts/pause_menu.gd @@ -17,4 +17,4 @@ func save_data(): func get_scene() -> Constants.LEVELS_NAMES: - pass + return Globals.get_current_scene() -- 2.30.2