new rightside panel
This commit is contained in:
parent
a13defa478
commit
d7ae7f1302
4 changed files with 47 additions and 25 deletions
|
@ -15,7 +15,7 @@ width=800
|
|||
height=600
|
||||
|
||||
[main_map]
|
||||
rect=0,26,887,768
|
||||
rect=0,26,882,768
|
||||
xanchor=left
|
||||
yanchor=top
|
||||
[/main_map]
|
||||
|
@ -60,24 +60,24 @@ height=600
|
|||
# rightside panel
|
||||
[panel]
|
||||
image=misc/rightside.png
|
||||
rect=887,24,1024,284
|
||||
rect=882,25,1024,309
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[mini_map]
|
||||
rect=900,32,1016,177
|
||||
rect=893,32,1017,175
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/mini_map]
|
||||
[panel]
|
||||
image=misc/rightside-bg.png
|
||||
rect=887,284,1024,768
|
||||
rect=882,309,1024,730
|
||||
xanchor=right
|
||||
yanchor=top
|
||||
[/panel]
|
||||
[panel]
|
||||
image=misc/rightside-bottom.png
|
||||
rect=887,713,0,768
|
||||
rect=882,730,0,768
|
||||
xanchor=right
|
||||
yanchor=bottom
|
||||
[/panel]
|
||||
|
@ -85,7 +85,7 @@ height=600
|
|||
[menu]
|
||||
title=action_endturn
|
||||
items=endturn
|
||||
rect=904,736
|
||||
rect=900,738
|
||||
xanchor=right
|
||||
yanchor=bottom
|
||||
[/menu]
|
||||
|
@ -127,6 +127,22 @@ height=600
|
|||
yanchor=fixed
|
||||
[/panel]
|
||||
|
||||
# HP/XP
|
||||
[label]
|
||||
font_size=10
|
||||
text=hp
|
||||
rect=967,236,1022,248
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
[label]
|
||||
font_size=10
|
||||
text=xp
|
||||
rect=967,262,1022,274
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
|
||||
# gold icon
|
||||
[label]
|
||||
icon=misc/gold.png
|
||||
|
@ -171,7 +187,7 @@ height=600
|
|||
[status]
|
||||
# the time of day image
|
||||
[time_of_day]
|
||||
rect=900,185,1017,225
|
||||
rect=893,184,1017,223
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/time_of_day]
|
||||
|
@ -254,25 +270,25 @@ height=600
|
|||
|
||||
#unit stats here
|
||||
[unit_image]
|
||||
rect=900,235,946,283
|
||||
rect=891,235,963,307
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_image]
|
||||
[unit_description]
|
||||
font_size=14
|
||||
rect=900,290,1020,308
|
||||
rect=891,312,1022,330
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_description]
|
||||
[unit_type]
|
||||
font_size=12
|
||||
rect=900,308,1020,324
|
||||
rect=891,330,1022,346
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_type]
|
||||
[unit_level]
|
||||
font_size=12
|
||||
rect=900,324,1020,340
|
||||
rect=891,346,1022,362
|
||||
prefix=level
|
||||
prefix_literal=" "
|
||||
xanchor=right
|
||||
|
@ -280,55 +296,61 @@ height=600
|
|||
[/unit_level]
|
||||
[unit_alignment]
|
||||
font_size=12
|
||||
rect=900,340,1020,356
|
||||
rect=891,362,1022,378
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_alignment]
|
||||
[unit_traits]
|
||||
font_size=12
|
||||
rect=900,356,1020,372
|
||||
rect=891,378,1022,394
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_traits]
|
||||
[unit_abilities]
|
||||
font_size=12
|
||||
rect=900,372,1020,388
|
||||
rect=891,394,1022,410
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_abilities]
|
||||
[unit_status]
|
||||
font_size=12
|
||||
rect=958,241,1008,291
|
||||
#rect=958,241,1008,291
|
||||
rect=968,289,1020,305
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_status]
|
||||
[unit_moves]
|
||||
font_size=12
|
||||
rect=900,404,1020,420
|
||||
rect=891,410,1022,426
|
||||
prefix=movement
|
||||
prefix_literal=": "
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_moves]
|
||||
[unit_hp]
|
||||
font_size=12
|
||||
rect=900,420,1020,436
|
||||
prefix=hp
|
||||
prefix_literal=": "
|
||||
font_size=11
|
||||
rect=967,248,1022,262
|
||||
#prefix=hp
|
||||
#prefix_literal=" "
|
||||
#prefix=""
|
||||
#prefix_literal=""
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_hp]
|
||||
[unit_xp]
|
||||
font_size=12
|
||||
rect=900,436,1020,452
|
||||
prefix=xp
|
||||
prefix_literal=": "
|
||||
font_size=11
|
||||
rect=967,274,1022,288
|
||||
#prefix=xp
|
||||
#prefix_literal=" "
|
||||
#prefix=""
|
||||
#prefix_literal=""
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_xp]
|
||||
[unit_weapons]
|
||||
font_size=12
|
||||
rect=900,452,1020,620
|
||||
#rect=900,452,1020,620
|
||||
rect=891,426,1022,594
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_weapons]
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 7.3 KiB |
Loading…
Add table
Reference in a new issue