summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-07 23:04:56 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-07 23:04:56 -0300
commit0f7ba81abe56d9ea8c1a19b43fa9880627419f71 (patch)
tree92e785b02fd5b9b5b5eecdbecb9651d934564943
parent93e58fffa8284f61dd7fc493c6e76c3331745d18 (diff)
downloadclient-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
-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