tunit_attack: draw a line between unit stats

This commit is contained in:
Charles Dang 2016-02-05 00:14:47 +11:00
parent a7c28ee501
commit 99697110f5

View file

@ -163,10 +163,31 @@
[/column]
[column]
border = "all"
border_size = 10
vertical_grow = true
[spacer]
width = 10
[/spacer]
[drawing]
definition = "default"
width = 1
height = (height)
[draw]
[line]
x1 = 0
y1 = 1
x2 = 0
y2 = (height - 1)
color = {GUI__FONT_COLOR_DISABLED__DEFAULT}
thickness = 1
[/line]
[/draw]
[/drawing]
[/column]