projects
/
rpg-template.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3c0a44
)
get scene for the save function in the pause menu
author
Eduardo
<
[email protected]
>
Sun, 7 Jul 2024 13:05:20 +0000
(15:05 +0200)
committer
Eduardo
<
[email protected]
>
Sun, 7 Jul 2024 13:05:20 +0000
(15:05 +0200)
scripts/pause_menu.gd
patch
|
blob
|
history
diff --git
a/scripts/pause_menu.gd
b/scripts/pause_menu.gd
index 0e8206f8a0fbc13acbe33b5e04ea91ad335d426d..c5149801758ec90643f3a1fa609d1b386ed02f9e 100644
(file)
--- 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()