summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-31 15:40:40 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-31 15:40:40 -0300
commit6923983b2a13ca3b4fddbd0e14439844568e6c64 (patch)
tree29b2278d621be93884ec22c30dda475ca8a8f9ad
parentb5695bba0c0e01a22bc48156ca1fb7228bf8268a (diff)
downloadclient-6923983b2a13ca3b4fddbd0e14439844568e6c64.tar.gz
client-6923983b2a13ca3b4fddbd0e14439844568e6c64.tar.bz2
client-6923983b2a13ca3b4fddbd0e14439844568e6c64.tar.xz
client-6923983b2a13ca3b4fddbd0e14439844568e6c64.zip
Try to make the "I'm ready" button more sensitive (for smaller phones)
-rw-r--r--game/gui/battle.rpy5
1 files changed, 4 insertions, 1 deletions
diff --git a/game/gui/battle.rpy b/game/gui/battle.rpy
index 7f77bd9..054f66b 100644
--- a/game/gui/battle.rpy
+++ b/game/gui/battle.rpy
@@ -371,7 +371,10 @@ screen battle():
hbox:
xalign 1.0
yalign 0.0
- textbutton _("I'm ready") action Return()
+ button:
+ text _("I'm ready"):
+ outlines [(1,"#333",0,0)]
+ action Return()