diff options
-rw-r--r-- | android-icon_background.png | bin | 265174 -> 145062 bytes | |||
-rw-r--r-- | android-icon_foreground.png | bin | 296855 -> 133695 bytes | |||
-rw-r--r-- | android-presplash.jpg | bin | 57587 -> 62744 bytes | |||
-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 |
6 files changed, 2 insertions, 0 deletions
diff --git a/android-icon_background.png b/android-icon_background.png Binary files differindex 1f5c8ad..3e5f825 100644 --- a/android-icon_background.png +++ b/android-icon_background.png diff --git a/android-icon_foreground.png b/android-icon_foreground.png Binary files differindex 15f54be..b197462 100644 --- a/android-icon_foreground.png +++ b/android-icon_foreground.png diff --git a/android-presplash.jpg b/android-presplash.jpg Binary files differindex 690cf23..106298e 100644 --- a/android-presplash.jpg +++ b/android-presplash.jpg 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 |