diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-07 23:04:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-07 23:04:56 -0300 |
commit | 0f7ba81abe56d9ea8c1a19b43fa9880627419f71 (patch) | |
tree | 92e785b02fd5b9b5b5eecdbecb9651d934564943 /game | |
parent | 93e58fffa8284f61dd7fc493c6e76c3331745d18 (diff) | |
download | client-0f7ba81abe56d9ea8c1a19b43fa9880627419f71.tar.gz client-0f7ba81abe56d9ea8c1a19b43fa9880627419f71.tar.bz2 client-0f7ba81abe56d9ea8c1a19b43fa9880627419f71.tar.xz client-0f7ba81abe56d9ea8c1a19b43fa9880627419f71.zip |
Prepare for Ren'Py 7.4.8 and also replace the Android splash and icons
Diffstat (limited to 'game')
-rw-r--r-- | game/03_init.rpy | 1 | ||||
-rw-r--r-- | game/options.rpy | 1 | ||||
-rw-r--r-- | game/presplash.png | bin | 174135 -> 149811 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/game/03_init.rpy b/game/03_init.rpy index 3c71874..f31540d 100644 --- a/game/03_init.rpy +++ b/game/03_init.rpy @@ -300,6 +300,7 @@ init python: # Overrides renpy.show() and renpy.image() methods # Missing: transient=False, munge_name=True + # FIXME: Does not saves properly in Windows def show_img(img, show=True, at_list=[ ], tag=None, zorder=None, behind=[ ], atl=None, what=None, layer=None, ext=".webp"): global tr_loading # Image exists, display it diff --git a/game/options.rpy b/game/options.rpy index d7916a0..bcb1f36 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -25,6 +25,7 @@ init -2 python: define gui.show_name = True define _confirm_quit = False +define config.gl2 = False ## Debug #define config.profile = True diff --git a/game/presplash.png b/game/presplash.png Binary files differindex 18e051b..ed86351 100644 --- a/game/presplash.png +++ b/game/presplash.png |