summaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
Diffstat (limited to 'game')
-rw-r--r--game/gui/battle.rpy40
1 files changed, 24 insertions, 16 deletions
diff --git a/game/gui/battle.rpy b/game/gui/battle.rpy
index 9531169..533a2aa 100644
--- a/game/gui/battle.rpy
+++ b/game/gui/battle.rpy
@@ -208,7 +208,8 @@ screen battle():
draggroup:
xpos 0.25
xanchor 1.0
- yalign 1.0
+ yanchor 1.0
+ ypos config.screen_height-10
xmaximum 256
ymaximum 480
# Display the background
@@ -252,7 +253,8 @@ screen battle():
draggroup:
xpos 0.50
xanchor 1.0
- yalign 1.0
+ yanchor 1.0
+ ypos config.screen_height-10
xmaximum 256
ymaximum 480
drag:
@@ -292,7 +294,8 @@ screen battle():
draggroup:
xpos 0.75
xanchor 1.0
- yalign 1.0
+ yanchor 1.0
+ ypos config.screen_height-10
xmaximum 256
ymaximum 480
drag:
@@ -332,7 +335,8 @@ screen battle():
draggroup:
xpos 1.0
xanchor 1.0
- yalign 1.0
+ yanchor 1.0
+ ypos config.screen_height-10
xmaximum 256
ymaximum 480
drag:
@@ -376,37 +380,41 @@ screen battle():
frame:
xpos 0.125
xanchor 0.5
- yalign 1.0
+ yanchor 1.0
+ ypos 1.0
ymaximum 10
- xmaximum 120
- bar value Battle["party"][0]["hp"] range Battle["party"][0]["max_hp"] xmaximum 120
+ xmaximum 256
+ bar value Battle["party"][0]["hp"] range Battle["party"][0]["max_hp"] xmaximum 256
if (fx2):
frame:
xpos 0.375
xanchor 0.5
- yalign 1.0
+ yanchor 1.0
+ ypos 1.0
ymaximum 10
- xmaximum 120
- bar value Battle["party"][1]["hp"] range Battle["party"][1]["max_hp"] xmaximum 120
+ xmaximum 256
+ bar value Battle["party"][1]["hp"] range Battle["party"][1]["max_hp"] xmaximum 256
if (fx3):
frame:
xpos 0.625
xanchor 0.5
- yalign 1.0
+ yanchor 1.0
+ ypos 1.0
ymaximum 10
- xmaximum 120
- bar value Battle["party"][2]["hp"] range Battle["party"][2]["max_hp"] xmaximum 120
+ xmaximum 256
+ bar value Battle["party"][2]["hp"] range Battle["party"][2]["max_hp"] xmaximum 256
if (fx4):
frame:
xpos 0.875
xanchor 0.5
- yalign 1.0
+ yanchor 1.0
+ ypos 1.0
ymaximum 10
- xmaximum 120
- bar value Battle["party"][3]["hp"] range Battle["party"][3]["max_hp"] xmaximum 120
+ xmaximum 256
+ bar value Battle["party"][3]["hp"] range Battle["party"][3]["max_hp"] xmaximum 256
screen battle_layout(lb="Select unit"):
vbox: