get scene for the save function in the pause menu
authorEduardo <[email protected]>
Sun, 7 Jul 2024 13:05:20 +0000 (15:05 +0200)
committerEduardo <[email protected]>
Sun, 7 Jul 2024 13:05:20 +0000 (15:05 +0200)
scripts/pause_menu.gd

index 0e8206f8a0fbc13acbe33b5e04ea91ad335d426d..c5149801758ec90643f3a1fa609d1b386ed02f9e 100644 (file)
@@ -17,4 +17,4 @@ func save_data():
 
 
 func get_scene() -> Constants.LEVELS_NAMES:
-       pass
+       return Globals.get_current_scene()