summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/gui.rpy4
-rw-r--r--game/screens.rpy2
2 files changed, 3 insertions, 3 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
diff --git a/game/screens.rpy b/game/screens.rpy
index ebe93d0..4549f92 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -410,7 +410,7 @@ screen main_menu():
yalign 0.88
xfill False
yfill False
- textbutton _("Start") action Start()
+ textbutton _("{size=52}Start{/size}") action Start()
## Settings button
hbox: