summaryrefslogtreecommitdiff
path: root/game/gui
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-24 13:26:22 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-24 13:26:22 -0300
commitefb9ff3bcea2cae42ba79a6727bcc4a862231ef4 (patch)
tree6dccc070b4d0a4ef0c6fc4d0a862ade5492e01a0 /game/gui
parent130930126365bee063e2029cae1043629396f663 (diff)
downloadclient-efb9ff3bcea2cae42ba79a6727bcc4a862231ef4.tar.gz
client-efb9ff3bcea2cae42ba79a6727bcc4a862231ef4.tar.bz2
client-efb9ff3bcea2cae42ba79a6727bcc4a862231ef4.tar.xz
client-efb9ff3bcea2cae42ba79a6727bcc4a862231ef4.zip
Change unit info display so it is easier to view the image =D
Diffstat (limited to 'game/gui')
-rw-r--r--game/gui/transforms.rpy5
1 files changed, 5 insertions, 0 deletions
diff --git a/game/gui/transforms.rpy b/game/gui/transforms.rpy
index 0e17d99..e19952b 100644
--- a/game/gui/transforms.rpy
+++ b/game/gui/transforms.rpy
@@ -130,3 +130,8 @@ transform toffscreenright:
yanchor 1.0
ypos (1824-gui.textbox_height)
+transform ttop:
+ xalign 0.5
+ yanchor 0.0
+ ypos (gui.textbox_height)
+