summaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-23 10:39:11 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-23 10:39:11 -0300
commit9195bd722fc71187d06c5dba1d2ca165c0f6d04b (patch)
treefb060cca089d8f573536cf691671bf44497333f0 /game
parentf388b9f1cfdabb16a2d36440e23188df779788a5 (diff)
downloadclient-9195bd722fc71187d06c5dba1d2ca165c0f6d04b.tar.gz
client-9195bd722fc71187d06c5dba1d2ca165c0f6d04b.tar.bz2
client-9195bd722fc71187d06c5dba1d2ca165c0f6d04b.tar.xz
client-9195bd722fc71187d06c5dba1d2ca165c0f6d04b.zip
A better layout for the tavern
Diffstat (limited to 'game')
-rw-r--r--game/recruit.rpy32
1 files changed, 16 insertions, 16 deletions
diff --git a/game/recruit.rpy b/game/recruit.rpy
index cb28d79..14d661c 100644
--- a/game/recruit.rpy
+++ b/game/recruit.rpy
@@ -155,6 +155,22 @@ screen tavern():
null:
height 42
hbox:
+ button:
+ xmaximum 250 #350
+ yminimum 60 #111
+ ymaximum 110 #111
+ idle_background Frame("gui/green_btn.png", 60, 60)
+ hover_background Frame("gui/green_btn_hover.png", 60, 60)
+ action Return([-1, -1])
+ hbox:
+ yoffset 10
+ null width 25
+ text _("Return"):
+ color "#001864"
+ size 24
+ outlines [(1,"#FFF",0,0)]
+ null width 25
+ null width 32
showif tavern > 0:
button:
xmaximum 250 #350
@@ -188,22 +204,6 @@ screen tavern():
outlines [(1,"#000",0,0)]
null width 25
- button:
- xmaximum 250 #350
- yminimum 60 #111
- ymaximum 110 #111
- idle_background Frame("gui/green_btn.png", 60, 60)
- hover_background Frame("gui/green_btn_hover.png", 60, 60)
- action Return([-1, -1])
- hbox:
- yoffset 10
- null width 25
- text _("Return"):
- color "#001864"
- size 24
- outlines [(1,"#FFF",0,0)]
- null width 25
-
label tv_loop:
# Download all tavern banners
python: