summaryrefslogtreecommitdiff
path: root/game/03_init.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-22 15:39:06 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-22 15:39:06 -0300
commit63a4f90ef4e4e0528cf698d6cc79d0a53cb77bd5 (patch)
tree6e3b941e77f85976a266ea17cbf0f4b9df5fe8ca /game/03_init.rpy
parent1df554683e12c1f8341250ff63cb7cc5978bc2c9 (diff)
downloadclient-63a4f90ef4e4e0528cf698d6cc79d0a53cb77bd5.tar.gz
client-63a4f90ef4e4e0528cf698d6cc79d0a53cb77bd5.tar.bz2
client-63a4f90ef4e4e0528cf698d6cc79d0a53cb77bd5.tar.xz
client-63a4f90ef4e4e0528cf698d6cc79d0a53cb77bd5.zip
Allow the banners to be downloaded, but they're still not shown
Diffstat (limited to 'game/03_init.rpy')
-rw-r--r--game/03_init.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/03_init.rpy b/game/03_init.rpy
index b61dabd..e6b8ff1 100644
--- a/game/03_init.rpy
+++ b/game/03_init.rpy
@@ -225,7 +225,7 @@ init python:
# Overrides renpy.show() and renpy.image() methods
# Missing: transient=False, munge_name=True
- def show_img(img, show=True, at_list=[ ], tag=None, zorder=None, behind=[ ], atl=None, what=None, layer=None, ext=".png"):
+ 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
if img in allfiles: