summaryrefslogtreecommitdiff
path: root/game/gui.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-16 00:08:18 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-16 00:08:18 -0300
commit58bab76ea1f8471dfa3e8332b148507b5f7c58cd (patch)
tree775e4a5964315956b05e03d9f9e4f6fa060fe90b /game/gui.rpy
parentec176c607c5980ec1b213eaac0fbff5c8bed823a (diff)
downloadclient-58bab76ea1f8471dfa3e8332b148507b5f7c58cd.tar.gz
client-58bab76ea1f8471dfa3e8332b148507b5f7c58cd.tar.bz2
client-58bab76ea1f8471dfa3e8332b148507b5f7c58cd.tar.xz
client-58bab76ea1f8471dfa3e8332b148507b5f7c58cd.zip
Resize screen format to 9:16 breaking EVERYthing on the process
Diffstat (limited to 'game/gui.rpy')
-rw-r--r--game/gui.rpy4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/gui.rpy b/game/gui.rpy
index 7c39ad6..d1c28d7 100644
--- a/game/gui.rpy
+++ b/game/gui.rpy
@@ -9,7 +9,7 @@ init offset = -2
## Calling gui.init resets the styles to sensible default values, and sets the
## width and height of the game.
init python:
- gui.init(1024, 1024)
+ gui.init(1024, 1820)
@@ -421,7 +421,7 @@ init python:
## This changes the size and spacing of various GUI elements to ensure they
## are easily visible on phones.
- if renpy.variant("small"):
+ if renpy.variant("small") or True:
## Font sizes.
gui.text_size = 30