summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android-icon_background.pngbin265174 -> 145062 bytes
-rw-r--r--android-icon_foreground.pngbin296855 -> 133695 bytes
-rw-r--r--android-presplash.jpgbin57587 -> 62744 bytes
-rw-r--r--game/03_init.rpy1
-rw-r--r--game/options.rpy1
-rw-r--r--game/presplash.pngbin174135 -> 149811 bytes
6 files changed, 2 insertions, 0 deletions
diff --git a/android-icon_background.png b/android-icon_background.png
index 1f5c8ad..3e5f825 100644
--- a/android-icon_background.png
+++ b/android-icon_background.png
Binary files differ
diff --git a/android-icon_foreground.png b/android-icon_foreground.png
index 15f54be..b197462 100644
--- a/android-icon_foreground.png
+++ b/android-icon_foreground.png
Binary files differ
diff --git a/android-presplash.jpg b/android-presplash.jpg
index 690cf23..106298e 100644
--- a/android-presplash.jpg
+++ b/android-presplash.jpg
Binary files differ
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
index 18e051b..ed86351 100644
--- a/game/presplash.png
+++ b/game/presplash.png
Binary files differ