menu changes; 800x600 top panel improved
This commit is contained in:
parent
ae6b54cd09
commit
179164becd
2 changed files with 12 additions and 11 deletions
|
@ -20,7 +20,7 @@ height=768
|
|||
[/main_map]
|
||||
|
||||
[menu]
|
||||
title=main_menu
|
||||
title=game_menu
|
||||
image=lite
|
||||
items=objectives,statistics,unitlist,statustable,save,load,preferences,chatlog,help,quit
|
||||
rect=3,1,103,22
|
||||
|
@ -29,7 +29,7 @@ height=768
|
|||
[/menu]
|
||||
|
||||
[menu]
|
||||
title=Actions
|
||||
title=actions_menu
|
||||
image=lite
|
||||
items=undo,redo,cycle,speak,recruit,recall,showenemymoves,bestenemymoves,delayshroud,updateshroud,endturn
|
||||
rect=105,1,205,22
|
||||
|
@ -39,7 +39,7 @@ height=768
|
|||
|
||||
[menu]
|
||||
is_context_menu=true
|
||||
items=undo,redo,cycle,describeunit,speak,continue,recruit,recall,createunit,changeside,renameunit,labelterrain,delayshroud,updateshroud,endturn
|
||||
items=undo,redo,describeunit,speak,continue,recruit,recall,createunit,changeside,renameunit,labelterrain,delayshroud,updateshroud,cycle,endturn
|
||||
[/menu]
|
||||
|
||||
# top panel
|
||||
|
@ -356,7 +356,7 @@ height=600
|
|||
[/main_map]
|
||||
|
||||
[menu]
|
||||
title=main_menu
|
||||
title=game_menu
|
||||
image=lite
|
||||
items=objectives,statistics,unitlist,statustable,save,load,preferences,chatlog,help,quit
|
||||
rect=3,1,103,22
|
||||
|
@ -365,7 +365,7 @@ height=600
|
|||
[/menu]
|
||||
|
||||
[menu]
|
||||
title=Actions
|
||||
title=actions_menu
|
||||
image=lite
|
||||
items=undo,redo,cycle,speak,recruit,recall,showenemymoves,bestenemymoves,delayshroud,updateshroud,endturn
|
||||
rect=105,1,205,22
|
||||
|
@ -375,7 +375,7 @@ height=600
|
|||
|
||||
[menu]
|
||||
is_context_menu=true
|
||||
items=undo,redo,cycle,describeunit,speak,continue,recruit,recall,createunit,changeside,renameunit,labelterrain,delayshroud,updateshroud,endturn
|
||||
items=undo,redo,describeunit,speak,continue,recruit,recall,createunit,changeside,renameunit,labelterrain,delayshroud,updateshroud,cycle,endturn
|
||||
[/menu]
|
||||
|
||||
# top panel
|
||||
|
@ -445,13 +445,13 @@ height=600
|
|||
[/panel]
|
||||
[panel]
|
||||
image=misc/status-bg.png
|
||||
rect=650,2,735,21
|
||||
rect=650,2,750,21
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
image=misc/status-bg.png
|
||||
rect=740,2,825,21
|
||||
rect=755,2,844,21
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
|
@ -508,7 +508,7 @@ height=600
|
|||
[label]
|
||||
icon=misc/income.png
|
||||
text=income
|
||||
rect=745,3,777,19
|
||||
rect=760,3,792,19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
|
@ -570,7 +570,7 @@ height=600
|
|||
[/num_units]
|
||||
[upkeep]
|
||||
font_size=12
|
||||
rect=690,4,730,20
|
||||
rect=690,4,745,20
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
|
@ -578,7 +578,7 @@ height=600
|
|||
[/upkeep]
|
||||
[income]
|
||||
font_size=12
|
||||
rect=780,4,820,20
|
||||
rect=795,4,840,20
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
|
|
|
@ -296,6 +296,7 @@ search_string_not_found="Couldn't find label or unit containing the string '$sea
|
|||
#buttons
|
||||
main_menu="Menu"
|
||||
game_menu="Game"
|
||||
actions_menu="Actions"
|
||||
ok_button="Ok"
|
||||
cancel_button="Cancel"
|
||||
yes_button="Yes"
|
||||
|
|
Loading…
Add table
Reference in a new issue