Rearrange default theme context menu to put most important commands at the top
This commit is contained in:
parent
d33198c3d5
commit
a1c22e5098
1 changed files with 12 additions and 1 deletions
|
@ -111,7 +111,18 @@
|
|||
{COUNTDOWN_THEME}
|
||||
[menu]
|
||||
is_context_menu=true
|
||||
items=wml,undo,redo,wbexecuteaction,wbdeleteaction,wbbumpupaction,wbbumpdownaction,wbsupposedead,describeterrain,describeunit,renameunit,createunit,changeside,killunit,labelterrain,clearlabels,continue,recruit,recall,delayshroud,updateshroud
|
||||
# Basic commands
|
||||
items="continue,recruit,recall,wml,undo,redo," +
|
||||
# Whiteboard commands
|
||||
"wbexecuteaction,wbdeleteaction,wbbumpupaction,wbbumpdownaction,wbsupposedead," +
|
||||
# Information
|
||||
"describeterrain,describeunit,renameunit," +
|
||||
# Debug commands
|
||||
"createunit,changeside,killunit," +
|
||||
# Labels
|
||||
"labelterrain,clearlabels," +
|
||||
# Shroud updates
|
||||
"delayshroud,updateshroud"
|
||||
[/menu]
|
||||
[action]
|
||||
id=button-endturn
|
||||
|
|
Loading…
Add table
Reference in a new issue