mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Move persistent ending variables to screens.rpy
This commit is contained in:
parent
098c7dd021
commit
a046896907
1 changed files with 2 additions and 0 deletions
|
@ -319,6 +319,8 @@ init python:
|
||||||
config.overlay_screens.append("quick_menu")
|
config.overlay_screens.append("quick_menu")
|
||||||
|
|
||||||
default quick_menu = True
|
default quick_menu = True
|
||||||
|
default persistent.old_endings = None
|
||||||
|
default persistent.endings = None
|
||||||
|
|
||||||
style quick_button is default
|
style quick_button is default
|
||||||
style quick_button_text is button_text
|
style quick_button_text is button_text
|
||||||
|
|
Loading…
Reference in a new issue