Merge pull request #13224 from daVoodooShuffle/fix-13153

Cleaned Up Chrome Expression Whitespacing
This commit is contained in:
reaperrr
2017-05-06 14:44:40 +02:00
committed by GitHub
80 changed files with 633 additions and 633 deletions

View File

@@ -1,8 +1,8 @@
Container@ASSETBROWSER_PANEL: Container@ASSETBROWSER_PANEL:
Logic: AssetBrowserLogic Logic: AssetBrowserLogic
SupportedFormats: .shp, .tem, .des, .sno, .jun, .vqa SupportedFormats: .shp, .tem, .des, .sno, .jun, .vqa
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 695 Width: 695
Height: 435 Height: 435
Children: Children:
@@ -10,7 +10,7 @@ Container@ASSETBROWSER_PANEL:
ColorPreviewManager@COLOR_MANAGER: ColorPreviewManager@COLOR_MANAGER:
Label@ASSETBROWSER_TITLE: Label@ASSETBROWSER_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -43,7 +43,7 @@ Container@ASSETBROWSER_PANEL:
CollapseHiddenChildren: True CollapseHiddenChildren: True
Children: Children:
ScrollItem@ASSET_TEMPLATE: ScrollItem@ASSET_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -51,7 +51,7 @@ Container@ASSETBROWSER_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
X: 10 X: 10
Width: PARENT_RIGHT-15 Width: PARENT_RIGHT - 15
Height: 25 Height: 25
Label@FILENAME_DESC: Label@FILENAME_DESC:
X: 15 X: 15
@@ -67,7 +67,7 @@ Container@ASSETBROWSER_PANEL:
Width: 160 Width: 160
Height: 25 Height: 25
Label@PALETTE_DESC: Label@PALETTE_DESC:
X: PARENT_RIGHT-WIDTH-270 X: PARENT_RIGHT - WIDTH - 270
Y: 30 Y: 30
Width: 150 Width: 150
Height: 25 Height: 25
@@ -75,13 +75,13 @@ Container@ASSETBROWSER_PANEL:
Align: Right Align: Right
Text: Palette: Text: Palette:
DropDownButton@PALETTE_SELECTOR: DropDownButton@PALETTE_SELECTOR:
X: PARENT_RIGHT-WIDTH-110 X: PARENT_RIGHT - WIDTH - 110
Y: 30 Y: 30
Width: 150 Width: 150
Height: 25 Height: 25
Font: Bold Font: Bold
DropDownButton@COLOR: DropDownButton@COLOR:
X: PARENT_RIGHT-WIDTH-15 X: PARENT_RIGHT - WIDTH - 15
Y: 30 Y: 30
Width: 80 Width: 80
Height: 25 Height: 25
@@ -89,8 +89,8 @@ Container@ASSETBROWSER_PANEL:
ColorBlock@COLORBLOCK: ColorBlock@COLORBLOCK:
X: 5 X: 5
Y: 6 Y: 6
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: PARENT_BOTTOM-12 Height: PARENT_BOTTOM - 12
Background@SPRITE_BG: Background@SPRITE_BG:
X: 190 X: 190
Y: 65 Y: 65

View File

@@ -1,13 +1,13 @@
Container@CONNECTING_PANEL: Container@CONNECTING_PANEL:
Logic: ConnectionLogic Logic: ConnectionLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 90)/2 Y: (WINDOW_BOTTOM - 90) / 2
Width: 370 Width: 370
Height: 125 Height: 125
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -18,7 +18,7 @@ Container@CONNECTING_PANEL:
Background: panel-black Background: panel-black
Children: Children:
Label@CONNECTING_DESC: Label@CONNECTING_DESC:
Y: (PARENT_BOTTOM-HEIGHT)/2 Y: (PARENT_BOTTOM - HEIGHT) / 2
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Text: Connecting... Text: Connecting...
@@ -33,15 +33,15 @@ Container@CONNECTING_PANEL:
Container@CONNECTIONFAILED_PANEL: Container@CONNECTIONFAILED_PANEL:
Logic: ConnectionFailedLogic Logic: ConnectionFailedLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 90)/2 Y: (WINDOW_BOTTOM - 90) / 2
Width: 370 Width: 370
Height: 129 Height: 129
Children: Children:
LogicTicker@CONNECTION_FAILED_TICKER: LogicTicker@CONNECTION_FAILED_TICKER:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -93,14 +93,14 @@ Container@CONNECTIONFAILED_PANEL:
Container@CONNECTION_SWITCHMOD_PANEL: Container@CONNECTION_SWITCHMOD_PANEL:
Logic: ConnectionSwitchModLogic Logic: ConnectionSwitchModLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 90)/2 Y: (WINDOW_BOTTOM - 90) / 2
Width: 370 Width: 370
Height: 134 Height: 134
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center

View File

@@ -1,13 +1,13 @@
Container@CREDITS_PANEL: Container@CREDITS_PANEL:
Logic: CreditsLogic Logic: CreditsLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 400)/2 Y: (WINDOW_BOTTOM - 400) / 2
Width: 410 Width: 410
Height: 435 Height: 435
Children: Children:
Label@CREDITS_TITLE: Label@CREDITS_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center

View File

@@ -3,7 +3,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Background: panel-black Background: panel-black
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -15,7 +15,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -23,7 +23,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Children: Children:
Label@LABEL: Label@LABEL:
X: 10 X: 10
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
ScrollPanel@FACTION_DROPDOWN_TEMPLATE: ScrollPanel@FACTION_DROPDOWN_TEMPLATE:
@@ -32,7 +32,7 @@ ScrollPanel@FACTION_DROPDOWN_TEMPLATE:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: scrollheader BaseName: scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -44,7 +44,7 @@ ScrollPanel@FACTION_DROPDOWN_TEMPLATE:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -67,7 +67,7 @@ ScrollPanel@TEAM_DROPDOWN_TEMPLATE:
Background: panel-black Background: panel-black
Children: Children:
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -84,7 +84,7 @@ ScrollPanel@SPAWN_DROPDOWN_TEMPLATE:
Background: panel-black Background: panel-black
Children: Children:
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -101,7 +101,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Background: panel-black Background: panel-black
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -113,7 +113,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -136,15 +136,15 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Shadow: True Shadow: True
Background@THREEBUTTON_PROMPT: Background@THREEBUTTON_PROMPT:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 90)/2 Y: (WINDOW_BOTTOM - 90) / 2
Width: 500 Width: 500
Height: 41 Height: 41
Background: panel-black Background: panel-black
Children: Children:
Label@PROMPT_TITLE: Label@PROMPT_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -179,15 +179,15 @@ Background@THREEBUTTON_PROMPT:
Visible: false Visible: false
Background@TWOBUTTON_PROMPT: Background@TWOBUTTON_PROMPT:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 90)/2 Y: (WINDOW_BOTTOM - 90) / 2
Width: 370 Width: 370
Height: 31 Height: 31
Background: panel-black Background: panel-black
Children: Children:
Label@PROMPT_TITLE: Label@PROMPT_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -214,14 +214,14 @@ Background@TWOBUTTON_PROMPT:
Visible: false Visible: false
Container@TEXT_INPUT_PROMPT: Container@TEXT_INPUT_PROMPT:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 370 Width: 370
Height: 80 Height: 80
Children: Children:
Label@PROMPT_TITLE: Label@PROMPT_TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center

View File

@@ -1,7 +1,7 @@
Container@NEW_MAP_BG: Container@NEW_MAP_BG:
Logic: NewMapLogic Logic: NewMapLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 300 Width: 300
Height: 125 Height: 125
Children: Children:
@@ -12,7 +12,7 @@ Container@NEW_MAP_BG:
Label@TITLE: Label@TITLE:
Text: New Map Text: New Map
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -79,15 +79,15 @@ Container@NEW_MAP_BG:
Container@SAVE_MAP_PANEL: Container@SAVE_MAP_PANEL:
Logic: SaveMapLogic Logic: SaveMapLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 345 Width: 345
Height: 229 Height: 229
Children: Children:
Label@LABEL_TITLE: Label@LABEL_TITLE:
Text: Save Map Text: Save Map
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -220,7 +220,7 @@ Container@EDITOR_WORLD_ROOT:
Height: WINDOW_BOTTOM Height: WINDOW_BOTTOM
IgnoreMouseOver: True IgnoreMouseOver: True
Background@RADAR_BG: Background@RADAR_BG:
X: WINDOW_RIGHT-255 X: WINDOW_RIGHT - 255
Y: 5 Y: 5
Width: 250 Width: 250
Height: 250 Height: 250
@@ -229,12 +229,12 @@ Container@EDITOR_WORLD_ROOT:
Radar@INGAME_RADAR: Radar@INGAME_RADAR:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
MenuButton@OPTIONS_BUTTON: MenuButton@OPTIONS_BUTTON:
Logic: MenuButtonsChromeLogic Logic: MenuButtonsChromeLogic
Key: escape Key: escape
X: WINDOW_RIGHT-254-WIDTH X: WINDOW_RIGHT - 254 - WIDTH
Y: 5 Y: 5
Width: 30 Width: 30
Height: 25 Height: 25
@@ -248,10 +248,10 @@ Container@EDITOR_WORLD_ROOT:
ImageName: options ImageName: options
Container@TILE_WIDGETS: Container@TILE_WIDGETS:
Logic: TileSelectorLogic Logic: TileSelectorLogic
X: WINDOW_RIGHT-255 X: WINDOW_RIGHT - 255
Y: 278 Y: 278
Width: 250 Width: 250
Height: WINDOW_BOTTOM-370 Height: WINDOW_BOTTOM - 370
ClickThrough: false ClickThrough: false
Children: Children:
Container@TILES_BG: Container@TILES_BG:
@@ -279,10 +279,10 @@ Container@EDITOR_WORLD_ROOT:
Y: 4 Y: 4
Container@LAYER_WIDGETS: Container@LAYER_WIDGETS:
Logic: LayerSelectorLogic Logic: LayerSelectorLogic
X: WINDOW_RIGHT-255 X: WINDOW_RIGHT - 255
Y: 278 Y: 278
Width: 250 Width: 250
Height: WINDOW_BOTTOM-370 Height: WINDOW_BOTTOM - 370
ClickThrough: false ClickThrough: false
Children: Children:
Container@LAYERS_BG: Container@LAYERS_BG:
@@ -306,10 +306,10 @@ Container@EDITOR_WORLD_ROOT:
Visible: false Visible: false
Container@ACTOR_WIDGETS: Container@ACTOR_WIDGETS:
Logic: ActorSelectorLogic Logic: ActorSelectorLogic
X: WINDOW_RIGHT-255 X: WINDOW_RIGHT - 255
Y: 278 Y: 278
Width: 250 Width: 250
Height: WINDOW_BOTTOM-370 Height: WINDOW_BOTTOM - 370
ClickThrough: false ClickThrough: false
Children: Children:
Container@ACTORS_BG: Container@ACTORS_BG:
@@ -340,7 +340,7 @@ Container@EDITOR_WORLD_ROOT:
Visible: true Visible: true
Container@MAP_EDITOR_TAB_CONTAINER: Container@MAP_EDITOR_TAB_CONTAINER:
Logic: MapEditorTabsLogic Logic: MapEditorTabsLogic
X: WINDOW_RIGHT-255 X: WINDOW_RIGHT - 255
Y: 254 Y: 254
Width: 250 Width: 250
Height: 25 Height: 25
@@ -390,7 +390,7 @@ Container@EDITOR_WORLD_ROOT:
Height: 25 Height: 25
Font: Bold Font: Bold
Button@COPYPASTE_BUTTON: Button@COPYPASTE_BUTTON:
X: WINDOW_RIGHT-390 X: WINDOW_RIGHT - 390
Y: 5 Y: 5
Width: 96 Width: 96
Height: 25 Height: 25

View File

@@ -6,8 +6,8 @@ Container@CHAT_PANEL:
Logic: IngameChatLogic Logic: IngameChatLogic
Children: Children:
Container@CHAT_OVERLAY: Container@CHAT_OVERLAY:
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: PARENT_BOTTOM-25 Height: PARENT_BOTTOM - 25
Visible: false Visible: false
Children: Children:
ChatDisplay@CHAT_DISPLAY: ChatDisplay@CHAT_DISPLAY:
@@ -52,7 +52,7 @@ Container@CHAT_PANEL:
Children: Children:
Container@CHAT_TEMPLATE: Container@CHAT_TEMPLATE:
X: 2 X: 2
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 16 Height: 16
Children: Children:
Label@NAME: Label@NAME:

View File

@@ -5,7 +5,7 @@ Container@SCRIPT_ERROR_PANEL:
Label@DESCA: Label@DESCA:
X: 15 X: 15
Y: 15 Y: 15
Width: PARENT_RIGHT-30 Width: PARENT_RIGHT - 30
Height: 20 Height: 20
Font: Bold Font: Bold
Align: Center Align: Center
@@ -13,7 +13,7 @@ Container@SCRIPT_ERROR_PANEL:
Label@DESCB: Label@DESCB:
X: 15 X: 15
Y: 45 Y: 45
Width: PARENT_RIGHT-30 Width: PARENT_RIGHT - 30
Height: 20 Height: 20
Font: Regular Font: Regular
WordWrap: true WordWrap: true
@@ -21,7 +21,7 @@ Container@SCRIPT_ERROR_PANEL:
Label@DESCC: Label@DESCC:
X: 15 X: 15
Y: 65 Y: 65
Width: PARENT_RIGHT-30 Width: PARENT_RIGHT - 30
Height: 20 Height: 20
Font: Regular Font: Regular
Text: Please send this file to the map author so that they can fix this issue. Text: Please send this file to the map author so that they can fix this issue.

View File

@@ -67,19 +67,19 @@ Container@SKIRMISH_STATS:
Children: Children:
Label@TEAM: Label@TEAM:
X: 6 X: 6
Y: 0-2 Y: 0 - 2
Width: 160 Width: 160
Height: 20 Height: 20
Font: Bold Font: Bold
Label@TEAM_SCORE: Label@TEAM_SCORE:
X: 360 X: 360
Y: 0-2 Y: 0 - 2
Width: 75 Width: 75
Height: 20 Height: 20
Font: Bold Font: Bold
Align: Right Align: Right
Container@PLAYER_TEMPLATE: Container@PLAYER_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Children: Children:

View File

@@ -4,14 +4,14 @@ Container@INGAME_MENU:
Logic: IngameMenuLogic Logic: IngameMenuLogic
Children: Children:
Image@EVA: Image@EVA:
X: WINDOW_RIGHT-128-43 X: WINDOW_RIGHT - 128 - 43
Y: 43 Y: 43
Width: 128 Width: 128
Height: 64 Height: 64
ImageCollection: logos ImageCollection: logos
ImageName: eva ImageName: eva
Label@VERSION_LABEL: Label@VERSION_LABEL:
X: WINDOW_RIGHT-128-43 X: WINDOW_RIGHT - 128 - 43
Y: 115 Y: 115
Width: 128 Width: 128
Align: Center Align: Center
@@ -22,8 +22,8 @@ Container@INGAME_MENU:
Background: shellmapborder Background: shellmapborder
Container@PANEL_ROOT: Container@PANEL_ROOT:
Container@MENU_BUTTONS: Container@MENU_BUTTONS:
X: (WINDOW_RIGHT-WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: WINDOW_BOTTOM-33-HEIGHT-10 Y: WINDOW_BOTTOM - 33 - HEIGHT - 10
Width: 740 Width: 740
Height: 35 Height: 35
Children: Children:

View File

@@ -12,14 +12,14 @@ Background@INGAME_OBSERVERSTATS_BG:
Children: Children:
Label@TITLE: Label@TITLE:
X: 0 X: 0
Y: 0-25 Y: 0 - 25
Width: PARENT_RIGHT Width: PARENT_RIGHT
Font: BigBold Font: BigBold
Align: Center Align: Center
Contrast: True Contrast: True
Text: Statistics Text: Statistics
DropDownButton@STATS_DROPDOWN: DropDownButton@STATS_DROPDOWN:
X: PARENT_RIGHT-200 X: PARENT_RIGHT - 200
Y: 15 Y: 15
Width: 185 Width: 185
Height: 25 Height: 25
@@ -272,15 +272,15 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollPanel@PLAYER_STATS_PANEL: ScrollPanel@PLAYER_STATS_PANEL:
X: 15 X: 15
Y: 70 Y: 70
Width: PARENT_RIGHT-30 Width: PARENT_RIGHT - 30
Height: PARENT_BOTTOM-35-50 Height: PARENT_BOTTOM - 35 - 50
TopBottomSpacing: 5 TopBottomSpacing: 5
ItemSpacing: 5 ItemSpacing: 5
Children: Children:
ScrollItem@TEAM_TEMPLATE: ScrollItem@TEAM_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Label@TEAM: Label@TEAM:
@@ -292,14 +292,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@BASIC_PLAYER_TEMPLATE: ScrollItem@BASIC_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -372,14 +372,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@ECONOMY_PLAYER_TEMPLATE: ScrollItem@ECONOMY_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -435,14 +435,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@PRODUCTION_PLAYER_TEMPLATE: ScrollItem@PRODUCTION_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -466,14 +466,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@COMBAT_PLAYER_TEMPLATE: ScrollItem@COMBAT_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -526,8 +526,8 @@ Background@INGAME_OBSERVERSTATS_BG:
Container@EARNED_THIS_MIN_GRAPH_TEMPLATE: Container@EARNED_THIS_MIN_GRAPH_TEMPLATE:
X: 10 X: 10
Y: 10 Y: 10
Width: PARENT_RIGHT-100 Width: PARENT_RIGHT - 100
Height: PARENT_BOTTOM-60 Height: PARENT_BOTTOM - 60
Children: Children:
LineGraph@EARNED_THIS_MIN_GRAPH: LineGraph@EARNED_THIS_MIN_GRAPH:
X: 0 X: 0

View File

@@ -11,7 +11,7 @@ Container@INGAME_ROOT:
LogicTicker@DISCONNECT_WATCHER: LogicTicker@DISCONNECT_WATCHER:
Logic: DisconnectWatcherLogic Logic: DisconnectWatcherLogic
Label@MISSION_TEXT: Label@MISSION_TEXT:
X: WINDOW_RIGHT/2 - 256 X: WINDOW_RIGHT / 2 - 256
Y: 22 Y: 22
Width: 512 Width: 512
Height: 25 Height: 25
@@ -19,7 +19,7 @@ Container@INGAME_ROOT:
Align: Center Align: Center
Contrast: true Contrast: true
StrategicProgress@STRATEGIC_PROGRESS: StrategicProgress@STRATEGIC_PROGRESS:
X: WINDOW_RIGHT/2 X: WINDOW_RIGHT / 2
Y: 40 Y: 40
Container@PERF_ROOT: Container@PERF_ROOT:
WorldInteractionController@INTERACTION_CONTROLLER: WorldInteractionController@INTERACTION_CONTROLLER:
@@ -34,7 +34,7 @@ Container@INGAME_ROOT:
Height: WINDOW_BOTTOM Height: WINDOW_BOTTOM
Container@GAME_TIMER_BLOCK: Container@GAME_TIMER_BLOCK:
Logic: GameTimerLogic Logic: GameTimerLogic
X: WINDOW_RIGHT/2 - WIDTH X: WINDOW_RIGHT / 2 - WIDTH
Width: 100 Width: 100
Height: 55 Height: 55
Children: Children:
@@ -69,7 +69,7 @@ Container@PERF_WIDGETS:
VAlign: Top VAlign: Top
Background@GRAPH_BG: Background@GRAPH_BG:
X: 10 X: 10
Y: WINDOW_BOTTOM-HEIGHT-10 Y: WINDOW_BOTTOM - HEIGHT - 10
Width: 220 Width: 220
Height: 220 Height: 220
Background: panel-black Background: panel-black
@@ -85,7 +85,7 @@ Container@OBSERVER_WIDGETS:
Children: Children:
MenuButton@OPTIONS_BUTTON: MenuButton@OPTIONS_BUTTON:
Key: escape Key: escape
X: WINDOW_RIGHT-260-WIDTH X: WINDOW_RIGHT - 260 - WIDTH
Y: 5 Y: 5
Width: 30 Width: 30
Height: 25 Height: 25
@@ -100,7 +100,7 @@ Container@OBSERVER_WIDGETS:
ImageName: options ImageName: options
MenuButton@OBSERVER_STATS_BUTTON: MenuButton@OBSERVER_STATS_BUTTON:
Key: F1 Key: F1
X: WINDOW_RIGHT-260-WIDTH X: WINDOW_RIGHT - 260 - WIDTH
Y: 35 Y: 35
Width: 30 Width: 30
Height: 25 Height: 25
@@ -116,7 +116,7 @@ Container@OBSERVER_WIDGETS:
ImageCollection: order-icons ImageCollection: order-icons
ImageName: stats ImageName: stats
Background@RADAR: Background@RADAR:
X: WINDOW_RIGHT-WIDTH-5 X: WINDOW_RIGHT - WIDTH - 5
Y: 5 Y: 5
Width: 256 Width: 256
Height: 256 Height: 256
@@ -125,11 +125,11 @@ Container@OBSERVER_WIDGETS:
Radar: Radar:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
Background@REPLAY_PLAYER: Background@REPLAY_PLAYER:
Logic: ReplayControlBarLogic Logic: ReplayControlBarLogic
X: WINDOW_RIGHT-WIDTH-5 X: WINDOW_RIGHT - WIDTH - 5
Y: 283 Y: 283
Width: 256 Width: 256
Height: 46 Height: 46
@@ -187,7 +187,7 @@ Container@OBSERVER_WIDGETS:
Text: 100% Text: 100%
Font: TinyBold Font: TinyBold
Button@BUTTON_FAST: Button@BUTTON_FAST:
X: 57 + 48*2 X: 57 + 48 * 2
Y: 13 Y: 13
Width: 38 Width: 38
Height: 20 Height: 20
@@ -198,7 +198,7 @@ Container@OBSERVER_WIDGETS:
Text: 200% Text: 200%
Font: TinyBold Font: TinyBold
Button@BUTTON_MAXIMUM: Button@BUTTON_MAXIMUM:
X: 57 + 48*3 X: 57 + 48 * 3
Y: 13 Y: 13
Width: 38 Width: 38
Height: 20 Height: 20
@@ -210,7 +210,7 @@ Container@OBSERVER_WIDGETS:
Font: TinyBold Font: TinyBold
DropDownButton@SHROUD_SELECTOR: DropDownButton@SHROUD_SELECTOR:
Logic: ObserverShroudSelectorLogic Logic: ObserverShroudSelectorLogic
X: WINDOW_RIGHT-WIDTH-5 X: WINDOW_RIGHT - WIDTH - 5
Y: 260 Y: 260
Width: 256 Width: 256
Height: 25 Height: 25
@@ -270,7 +270,7 @@ Container@PLAYER_WIDGETS:
MenuButton@OPTIONS_BUTTON: MenuButton@OPTIONS_BUTTON:
Key: escape Key: escape
X: 22 X: 22
Y: 0-24 Y: 0 - 24
Width: 30 Width: 30
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -286,7 +286,7 @@ Container@PLAYER_WIDGETS:
Button@BEACON_BUTTON: Button@BEACON_BUTTON:
Logic: BeaconOrderButtonLogic Logic: BeaconOrderButtonLogic
X: 62 X: 62
Y: 0-24 Y: 0 - 24
Width: 30 Width: 30
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -300,7 +300,7 @@ Container@PLAYER_WIDGETS:
Button@SELL_BUTTON: Button@SELL_BUTTON:
Logic: SellOrderButtonLogic Logic: SellOrderButtonLogic
X: 102 X: 102
Y: 0-24 Y: 0 - 24
Width: 30 Width: 30
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -314,7 +314,7 @@ Container@PLAYER_WIDGETS:
Button@REPAIR_BUTTON: Button@REPAIR_BUTTON:
Logic: RepairOrderButtonLogic Logic: RepairOrderButtonLogic
X: 142 X: 142
Y: 0-24 Y: 0 - 24
Width: 30 Width: 30
Height: 25 Height: 25
Font: Bold Font: Bold
@@ -336,16 +336,16 @@ Container@PLAYER_WIDGETS:
Logic: IngameRadarDisplayLogic Logic: IngameRadarDisplayLogic
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
WorldInteractionController: INTERACTION_CONTROLLER WorldInteractionController: INTERACTION_CONTROLLER
Children: Children:
LogicTicker@RADAR_TICKER: LogicTicker@RADAR_TICKER:
VqaPlayer@PLAYER: VqaPlayer@PLAYER:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
Skippable: false Skippable: false
Background@POWERBAR_PANEL: Background@POWERBAR_PANEL:
Logic: IngamePowerBarLogic Logic: IngamePowerBarLogic
@@ -358,8 +358,8 @@ Container@PLAYER_WIDGETS:
ResourceBar@POWERBAR: ResourceBar@POWERBAR:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
IndicatorImage: indicator-left IndicatorImage: indicator-left
@@ -374,8 +374,8 @@ Container@PLAYER_WIDGETS:
ResourceBar@SILOBAR: ResourceBar@SILOBAR:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
IndicatorImage: indicator-right IndicatorImage: indicator-right

View File

@@ -14,7 +14,7 @@ Container@LOBBY_GLOBALCHAT_PANEL:
Children: Children:
Label@CHANNEL_TOPIC: Label@CHANNEL_TOPIC:
X: 10 X: 10
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 20 Width: PARENT_RIGHT - 20
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Font: TinyBold Font: TinyBold
@@ -58,7 +58,7 @@ Container@LOBBY_GLOBALCHAT_PANEL:
LeftMargin: 60 LeftMargin: 60
Children: Children:
Label@LABEL_CHATTYPE: Label@LABEL_CHATTYPE:
Y: 0-1 Y: 0 - 1
Width: 55 Width: 55
Height: 25 Height: 25
Align: Right Align: Right
@@ -70,7 +70,7 @@ Container@LOBBY_GLOBALCHAT_PANEL:
Children: Children:
Container@NICKNAME_TEMPLATE: Container@NICKNAME_TEMPLATE:
Height: 20 Height: 20
Width: PARENT_RIGHT-25 Width: PARENT_RIGHT - 25
Children: Children:
Image@INDICATOR: Image@INDICATOR:
ImageCollection: lobby-bits ImageCollection: lobby-bits
@@ -79,7 +79,7 @@ Container@LOBBY_GLOBALCHAT_PANEL:
Y: 9 Y: 9
Label@NICK: Label@NICK:
X: 15 X: 15
Width: PARENT_RIGHT-15 Width: PARENT_RIGHT - 15
Height: 20 Height: 20
Button@DISCONNECT_BUTTON: Button@DISCONNECT_BUTTON:
X: 596 X: 596
@@ -131,7 +131,7 @@ Container@LOBBY_GLOBALCHAT_PANEL:
Disabled: true Disabled: true
Children: Children:
Label@LABEL_CHATTYPE: Label@LABEL_CHATTYPE:
Y: 0-1 Y: 0 - 1
Width: 55 Width: 55
Height: 25 Height: 25
Align: Right Align: Right

View File

@@ -25,21 +25,21 @@ Background@KICK_CLIENT_DIALOG:
Align: Center Align: Center
Text: them from joining for the remainder of this game. Text: them from joining for the remainder of this game.
Checkbox@PREVENT_REJOINING_CHECKBOX: Checkbox@PREVENT_REJOINING_CHECKBOX:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 120 Y: 120
Width: 150 Width: 150
Height: 20 Height: 20
Font: Regular Font: Regular
Text: Temporarily Ban Text: Temporarily Ban
Button@OK_BUTTON: Button@OK_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 + 75 X: (PARENT_RIGHT - WIDTH) / 2 + 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25
Text: Kick Text: Kick
Font: Bold Font: Bold
Button@CANCEL_BUTTON: Button@CANCEL_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 - 75 X: (PARENT_RIGHT - WIDTH) / 2 - 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25
@@ -66,14 +66,14 @@ Background@KICK_SPECTATORS_DIALOG:
Font: Regular Font: Regular
Align: Center Align: Center
Button@OK_BUTTON: Button@OK_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 + 75 X: (PARENT_RIGHT - WIDTH) / 2 + 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25
Text: Ok Text: Ok
Font: Bold Font: Bold
Button@CANCEL_BUTTON: Button@CANCEL_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 - 75 X: (PARENT_RIGHT - WIDTH) / 2 - 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25
@@ -126,14 +126,14 @@ Background@FORCE_START_DIALOG:
Align: Center Align: Center
Text: map, and will be kicked from the server. Text: map, and will be kicked from the server.
Button@OK_BUTTON: Button@OK_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 + 75 X: (PARENT_RIGHT - WIDTH) / 2 + 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25
Text: Start Text: Start
Font: Bold Font: Bold
Button@CANCEL_BUTTON: Button@CANCEL_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 - 75 X: (PARENT_RIGHT - WIDTH) / 2 - 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25

View File

@@ -15,8 +15,8 @@ Container@LOBBY_MAP_PREVIEW:
MapPreview@MAP_PREVIEW: MapPreview@MAP_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
LabelWithTooltip@MAP_TITLE: LabelWithTooltip@MAP_TITLE:
Y: 172 Y: 172
@@ -51,8 +51,8 @@ Container@LOBBY_MAP_PREVIEW:
MapPreview@MAP_PREVIEW: MapPreview@MAP_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Label@MAP_TITLE: Label@MAP_TITLE:
Y: 172 Y: 172
@@ -86,8 +86,8 @@ Container@LOBBY_MAP_PREVIEW:
MapPreview@MAP_PREVIEW: MapPreview@MAP_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Label@MAP_TITLE: Label@MAP_TITLE:
Y: 142 Y: 142
@@ -124,8 +124,8 @@ Container@LOBBY_MAP_PREVIEW:
MapPreview@MAP_PREVIEW: MapPreview@MAP_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Label@MAP_TITLE: Label@MAP_TITLE:
Y: 142 Y: 142

View File

@@ -5,7 +5,7 @@ Container@LOBBY_MUSIC_BIN:
Children: Children:
LogicTicker@SONG_WATCHER: LogicTicker@SONG_WATCHER:
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
Y: 0-25 Y: 0 - 25
Width: PARENT_RIGHT Width: PARENT_RIGHT
Children: Children:
Label@MUSIC: Label@MUSIC:
@@ -21,7 +21,7 @@ Container@LOBBY_MUSIC_BIN:
Text: Track Text: Track
Font: Bold Font: Bold
Label@TYPE: Label@TYPE:
X: PARENT_RIGHT-63 X: PARENT_RIGHT - 63
Height: 25 Height: 25
Width: 50 Width: 50
Text: Length Text: Length
@@ -126,7 +126,7 @@ Container@LOBBY_MUSIC_BIN:
Font: Regular Font: Regular
Text: Shuffle Text: Shuffle
Checkbox@REPEAT: Checkbox@REPEAT:
X: PARENT_RIGHT-15-WIDTH X: PARENT_RIGHT - 15 - WIDTH
Y: 150 Y: 150
Width: 70 Width: 70
Height: 20 Height: 20
@@ -146,51 +146,51 @@ Container@LOBBY_MUSIC_BIN:
Ticks: 5 Ticks: 5
ScrollPanel@MUSIC_LIST: ScrollPanel@MUSIC_LIST:
X: 307 X: 307
Width: PARENT_RIGHT-307 Width: PARENT_RIGHT - 307
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
ScrollItem@MUSIC_TEMPLATE: ScrollItem@MUSIC_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Visible: false Visible: false
Children: Children:
Label@TITLE: Label@TITLE:
X: 10 X: 10
Width: PARENT_RIGHT-50 Width: PARENT_RIGHT - 50
Height: 25 Height: 25
Label@LENGTH: Label@LENGTH:
X: PARENT_RIGHT-60 X: PARENT_RIGHT - 60
Width: 50 Width: 50
Height: 25 Height: 25
Align: Right Align: Right
Container@NO_MUSIC_LABEL: Container@NO_MUSIC_LABEL:
X: 307 X: 307
Width: PARENT_RIGHT-307 Width: PARENT_RIGHT - 307
Visible: false Visible: false
Children: Children:
Label@TITLE: Label@TITLE:
Y: 65 Y: 65
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Font: Bold Font: Bold
Align: Center Align: Center
Text: Music Not Installed Text: Music Not Installed
Label@DESCA: Label@DESCA:
Y: 85 Y: 85
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: The game music can be installed Text: The game music can be installed
Label@DESCB: Label@DESCB:
Y: 105 Y: 105
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: from the "Manage Content" menu Text: from the "Manage Content" menu
Label@DESCC: Label@DESCC:
Y: 125 Y: 125
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: in the mod chooser. Text: in the mod chooser.

View File

@@ -13,8 +13,8 @@ Background@LOBBY_OPTIONS_BIN:
Container: Container:
X: 30 X: 30
Y: 30 Y: 30
Width: PARENT_RIGHT-60 Width: PARENT_RIGHT - 60
Height: PARENT_BOTTOM-75 Height: PARENT_BOTTOM - 75
Children: Children:
Checkbox@EXPLORED_MAP_CHECKBOX: Checkbox@EXPLORED_MAP_CHECKBOX:
Width: 150 Width: 150

View File

@@ -4,7 +4,7 @@ Container@LOBBY_PLAYER_BIN:
Children: Children:
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
X: 5 X: 5
Y: 0-25 Y: 0 - 25
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
@@ -76,8 +76,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -107,8 +107,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@COLORBLOCK: ColorBlock@COLORBLOCK:
X: 5 X: 5
Y: 6 Y: 6
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: PARENT_BOTTOM-12 Height: PARENT_BOTTOM - 12
DropDownButton@FACTION: DropDownButton@FACTION:
X: 291 X: 291
Width: 120 Width: 120
@@ -174,8 +174,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -183,7 +183,7 @@ Container@LOBBY_PLAYER_BIN:
Template: CLIENT_TOOLTIP Template: CLIENT_TOOLTIP
Label@NAME: Label@NAME:
X: 20 X: 20
Y: 0-1 Y: 0 - 1
Width: 180 Width: 180
Height: 25 Height: 25
Button@KICK: Button@KICK:
@@ -261,7 +261,7 @@ Container@LOBBY_PLAYER_BIN:
Visible: false Visible: false
Label@NAME: Label@NAME:
X: 20 X: 20
Y: 0-1 Y: 0 - 1
Width: 195 Width: 195
Height: 25 Height: 25
Visible: false Visible: false
@@ -292,8 +292,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -347,8 +347,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -356,7 +356,7 @@ Container@LOBBY_PLAYER_BIN:
Template: CLIENT_TOOLTIP Template: CLIENT_TOOLTIP
Label@NAME: Label@NAME:
X: 20 X: 20
Y: 0-1 Y: 0 - 1
Width: 180 Width: 180
Height: 25 Height: 25
Button@KICK: Button@KICK:

View File

@@ -1,14 +1,14 @@
Container@SERVER_LOBBY: Container@SERVER_LOBBY:
Logic: LobbyLogic Logic: LobbyLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 560)/2 Y: (WINDOW_BOTTOM - 560) / 2
Width: 800 Width: 800
Height: 575 Height: 575
Children: Children:
ColorPreviewManager@COLOR_MANAGER: ColorPreviewManager@COLOR_MANAGER:
Label@SERVER_NAME: Label@SERVER_NAME:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -18,7 +18,7 @@ Container@SERVER_LOBBY:
Background: panel-black Background: panel-black
Children: Children:
Container@MAP_PREVIEW_ROOT: Container@MAP_PREVIEW_ROOT:
X: PARENT_RIGHT-15-WIDTH X: PARENT_RIGHT - 15 - WIDTH
Y: 30 Y: 30
Width: 174 Width: 174
Height: 250 Height: 250
@@ -82,7 +82,7 @@ Container@SERVER_LOBBY:
ItemSpacing: 2 ItemSpacing: 2
Children: Children:
Container@CHAT_TEMPLATE: Container@CHAT_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 16 Height: 16
X: 2 X: 2
Y: 0 Y: 0
@@ -114,7 +114,7 @@ Container@SERVER_LOBBY:
LeftMargin: 50 LeftMargin: 50
Children: Children:
Label@LABEL_CHATTYPE: Label@LABEL_CHATTYPE:
Y: 0-1 Y: 0 - 1
Width: 45 Width: 45
Height: 25 Height: 25
Align: Right Align: Right

View File

@@ -10,24 +10,24 @@ Container@MENU_BACKGROUND:
Container@SHELLMAP_DECORATIONS: Container@SHELLMAP_DECORATIONS:
Children: Children:
Image@NOD: Image@NOD:
X: WINDOW_RIGHT/2-384 X: WINDOW_RIGHT / 2 - 384
Y: (WINDOW_BOTTOM-256)/2 Y: (WINDOW_BOTTOM - 256) / 2
ImageCollection: logos ImageCollection: logos
ImageName: nod-load ImageName: nod-load
Image@GDI: Image@GDI:
X: WINDOW_RIGHT/2+128 X: WINDOW_RIGHT / 2 + 128
Y: (WINDOW_BOTTOM-256)/2 Y: (WINDOW_BOTTOM - 256) / 2
ImageCollection: logos ImageCollection: logos
ImageName: gdi-load ImageName: gdi-load
Image@EVA: Image@EVA:
X: WINDOW_RIGHT-128-43 X: WINDOW_RIGHT - 128 - 43
Y: 43 Y: 43
Width: 128 Width: 128
Height: 64 Height: 64
ImageCollection: logos ImageCollection: logos
ImageName: eva ImageName: eva
Label@VERSION_LABEL: Label@VERSION_LABEL:
X: WINDOW_RIGHT-128-43 X: WINDOW_RIGHT - 128 - 43
Y: 115 Y: 115
Width: 128 Width: 128
Align: Center Align: Center
@@ -37,8 +37,8 @@ Container@MENU_BACKGROUND:
Height: WINDOW_BOTTOM Height: WINDOW_BOTTOM
Background: shellmapborder Background: shellmapborder
Container@MENUS: Container@MENUS:
X: (WINDOW_RIGHT-WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: WINDOW_BOTTOM-33-HEIGHT-10 Y: WINDOW_BOTTOM - 33 - HEIGHT - 10
Width: 890 Width: 890
Height: 35 Height: 35
Children: Children:
@@ -47,7 +47,7 @@ Container@MENU_BACKGROUND:
Children: Children:
Label@MAINMENU_LABEL_TITLE: Label@MAINMENU_LABEL_TITLE:
X: 0 X: 0
Y: 0-30 Y: 0 - 30
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Text: Main Menu Text: Main Menu
@@ -96,7 +96,7 @@ Container@MENU_BACKGROUND:
Children: Children:
Label@SINGLEPLAYER_MENU_TITLE: Label@SINGLEPLAYER_MENU_TITLE:
X: 0 X: 0
Y: 0-30 Y: 0 - 30
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Text: Singleplayer Text: Singleplayer
@@ -128,7 +128,7 @@ Container@MENU_BACKGROUND:
Children: Children:
Label@EXTRAS_MENU_TITLE: Label@EXTRAS_MENU_TITLE:
X: 0 X: 0
Y: 0-30 Y: 0 - 30
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Text: Extras Text: Extras
@@ -179,7 +179,7 @@ Container@MENU_BACKGROUND:
Children: Children:
Label@MAP_EDITOR_MENU_TITLE: Label@MAP_EDITOR_MENU_TITLE:
X: 0 X: 0
Y: 0-30 Y: 0 - 30
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Text: Map Editor Text: Map Editor
@@ -209,14 +209,14 @@ Container@MENU_BACKGROUND:
Font: Bold Font: Bold
Key: escape Key: escape
Container@SYSTEM_INFO_PROMPT: Container@SYSTEM_INFO_PROMPT:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 490 Width: 490
Height: 222 Height: 222
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -271,7 +271,7 @@ Container@MENU_BACKGROUND:
Container@NEWS_BG: Container@NEWS_BG:
Children: Children:
DropDownButton@NEWS_BUTTON: DropDownButton@NEWS_BUTTON:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: 50 Y: 50
Width: 400 Width: 400
Height: 25 Height: 25
@@ -288,7 +288,7 @@ Container@MENU_BACKGROUND:
Contrast: true Contrast: true
VAlign: Top VAlign: Top
Background@GRAPH_BG: Background@GRAPH_BG:
X: WINDOW_RIGHT-WIDTH-31 X: WINDOW_RIGHT - WIDTH - 31
Y: 31 Y: 31
Width: 220 Width: 220
Height: 220 Height: 220

View File

@@ -1,13 +1,13 @@
Container@MAPCHOOSER_PANEL: Container@MAPCHOOSER_PANEL:
Logic: MapChooserLogic Logic: MapChooserLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 560)/2 Y: (WINDOW_BOTTOM - 560) / 2
Width: 800 Width: 800
Height: 575 Height: 575
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -82,7 +82,7 @@ Container@MAPCHOOSER_PANEL:
Visible: false Visible: false
Children: Children:
MapPreview@PREVIEW: MapPreview@PREVIEW:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 4 Y: 4
Width: 173 Width: 173
Height: 173 Height: 173
@@ -90,25 +90,25 @@ Container@MAPCHOOSER_PANEL:
IgnoreMouseInput: true IgnoreMouseInput: true
Label@TITLE: Label@TITLE:
X: 4 X: 4
Y: PARENT_BOTTOM-48 Y: PARENT_BOTTOM - 48
Width: PARENT_RIGHT-8 Width: PARENT_RIGHT - 8
Align: Center Align: Center
Label@DETAILS: Label@DETAILS:
Width: PARENT_RIGHT-8 Width: PARENT_RIGHT - 8
X: 4 X: 4
Y: PARENT_BOTTOM-34 Y: PARENT_BOTTOM - 34
Align: Center Align: Center
Font: Tiny Font: Tiny
Label@AUTHOR: Label@AUTHOR:
Width: PARENT_RIGHT-8 Width: PARENT_RIGHT - 8
X: 4 X: 4
Y: PARENT_BOTTOM-22 Y: PARENT_BOTTOM - 22
Align: Center Align: Center
Font: Tiny Font: Tiny
Label@SIZE: Label@SIZE:
Width: PARENT_RIGHT-8 Width: PARENT_RIGHT - 8
X: 4 X: 4
Y: PARENT_BOTTOM-10 Y: PARENT_BOTTOM - 10
Align: Center Align: Center
Font: Tiny Font: Tiny
Button@BUTTON_CANCEL: Button@BUTTON_CANCEL:

View File

@@ -1,12 +1,12 @@
Container@MISSIONBROWSER_PANEL: Container@MISSIONBROWSER_PANEL:
Logic: MissionBrowserLogic Logic: MissionBrowserLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 714 Width: 714
Height: 420 Height: 420
Children: Children:
Label@MISSIONBROWSER_TITLE: Label@MISSIONBROWSER_TITLE:
Y: 0-25 Y: 0 - 25
Width: PARENT_RIGHT Width: PARENT_RIGHT
Text: Missions Text: Missions
Align: Center Align: Center
@@ -24,7 +24,7 @@ Container@MISSIONBROWSER_PANEL:
Height: 390 Height: 390
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Visible: false Visible: false
@@ -35,14 +35,14 @@ Container@MISSIONBROWSER_PANEL:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Visible: False Visible: False
Children: Children:
Label@TITLE: Label@TITLE:
X: 10 X: 10
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
Container@MISSION_INFO: Container@MISSION_INFO:
X: 337 X: 337
@@ -58,8 +58,8 @@ Container@MISSIONBROWSER_PANEL:
MapPreview@MISSION_PREVIEW: MapPreview@MISSION_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
IgnoreMouseOver: True IgnoreMouseOver: True
IgnoreMouseInput: True IgnoreMouseInput: True
ShowSpawnPoints: False ShowSpawnPoints: False

View File

@@ -39,19 +39,19 @@ Container@MULTIPLAYER_BROWSER_PANEL:
TopBottomSpacing: 2 TopBottomSpacing: 2
Children: Children:
ScrollItem@HEADER_TEMPLATE: ScrollItem@HEADER_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 20 Height: 20
X: 2 X: 2
Visible: false Visible: false
Children: Children:
Label@LABEL: Label@LABEL:
Y: 0-1 Y: 0 - 1
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Align: Center Align: Center
ScrollItem@SERVER_TEMPLATE: ScrollItem@SERVER_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Children: Children:
@@ -85,7 +85,7 @@ Container@MULTIPLAYER_BROWSER_PANEL:
Align: Center Align: Center
Visible: false Visible: false
Container@SELECTED_SERVER: Container@SELECTED_SERVER:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Y: 30 Y: 30
Width: 174 Width: 174
Height: 280 Height: 280
@@ -98,8 +98,8 @@ Container@MULTIPLAYER_BROWSER_PANEL:
MapPreview@SELECTED_MAP_PREVIEW: MapPreview@SELECTED_MAP_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Label@SELECTED_MAP: Label@SELECTED_MAP:
Y: 172 Y: 172

View File

@@ -111,7 +111,7 @@ Container@MULTIPLAYER_CREATESERVER_PANEL:
WordWrap: True WordWrap: True
Text: Your router does not seem to support UPnP. Please consult your router's manual. Text: Your router does not seem to support UPnP. Please consult your router's manual.
Container@SIDEBAR: Container@SIDEBAR:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Y: 30 Y: 30
Width: 174 Width: 174
Height: 280 Height: 280
@@ -134,7 +134,7 @@ Container@MULTIPLAYER_CREATESERVER_PANEL:
Align: Center Align: Center
Button@MAP_BUTTON: Button@MAP_BUTTON:
X: PARENT_RIGHT - WIDTH X: PARENT_RIGHT - WIDTH
Y: 284-30 Y: 284 - 30
Width: 174 Width: 174
Height: 25 Height: 25
Text: Choose Map Text: Choose Map

View File

@@ -42,7 +42,7 @@ Container@MULTIPLAYER_DIRECTCONNECT_PANEL:
Height: 25 Height: 25
MaxLength: 5 MaxLength: 5
Container@SIDEBAR: Container@SIDEBAR:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Y: 30 Y: 30
Width: 174 Width: 174
Height: 280 Height: 280

View File

@@ -14,7 +14,7 @@ Container@GLOBALCHAT_PANEL:
Children: Children:
Label@CHANNEL_TOPIC: Label@CHANNEL_TOPIC:
X: 10 X: 10
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 20 Width: PARENT_RIGHT - 20
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Font: TinyBold Font: TinyBold
@@ -57,19 +57,19 @@ Container@GLOBALCHAT_PANEL:
LeftMargin: 60 LeftMargin: 60
Children: Children:
Label@LABEL_CHATTYPE: Label@LABEL_CHATTYPE:
Y: 0-1 Y: 0 - 1
Width: 55 Width: 55
Height: 25 Height: 25
Align: Right Align: Right
Text: Global: Text: Global:
ScrollPanel@NICKNAME_PANEL: ScrollPanel@NICKNAME_PANEL:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Width: 174 Width: 174
Height: PARENT_BOTTOM - 30 Height: PARENT_BOTTOM - 30
Children: Children:
Container@NICKNAME_TEMPLATE: Container@NICKNAME_TEMPLATE:
Height: 20 Height: 20
Width: PARENT_RIGHT-25 Width: PARENT_RIGHT - 25
Children: Children:
Image@INDICATOR: Image@INDICATOR:
ImageCollection: lobby-bits ImageCollection: lobby-bits
@@ -78,10 +78,10 @@ Container@GLOBALCHAT_PANEL:
Y: 9 Y: 9
Label@NICK: Label@NICK:
X: 15 X: 15
Width: PARENT_RIGHT-15 Width: PARENT_RIGHT - 15
Height: 20 Height: 20
Button@DISCONNECT_BUTTON: Button@DISCONNECT_BUTTON:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Y: PARENT_BOTTOM - 25 Y: PARENT_BOTTOM - 25
Width: 174 Width: 174
Height: 25 Height: 25

View File

@@ -1,14 +1,14 @@
Container@MULTIPLAYER_PANEL: Container@MULTIPLAYER_PANEL:
Logic: MultiplayerLogic Logic: MultiplayerLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 560)/2 Y: (WINDOW_BOTTOM - 560) / 2
Width: 800 Width: 800
Height: 575 Height: 575
Children: Children:
Label@TITLE: Label@TITLE:
Text: Multiplayer Text: Multiplayer
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -73,7 +73,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@WAITING_FOR_PLAYERS: Checkbox@WAITING_FOR_PLAYERS:
X: 5 X: 5
Y: 5 Y: 5
Width: PARENT_RIGHT-29 Width: PARENT_RIGHT - 29
Height: 20 Height: 20
Text: Waiting Text: Waiting
TextColor: 32CD32 TextColor: 32CD32
@@ -81,14 +81,14 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@EMPTY: Checkbox@EMPTY:
X: 5 X: 5
Y: 30 Y: 30
Width: PARENT_RIGHT-29 Width: PARENT_RIGHT - 29
Height: 20 Height: 20
Text: Empty Text: Empty
Font: Regular Font: Regular
Checkbox@PASSWORD_PROTECTED: Checkbox@PASSWORD_PROTECTED:
X: 5 X: 5
Y: 55 Y: 55
Width: PARENT_RIGHT-29 Width: PARENT_RIGHT - 29
Height: 20 Height: 20
Text: Protected Text: Protected
TextColor: FF0000 TextColor: FF0000
@@ -96,7 +96,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@ALREADY_STARTED: Checkbox@ALREADY_STARTED:
X: 5 X: 5
Y: 80 Y: 80
Width: PARENT_RIGHT-29 Width: PARENT_RIGHT - 29
Height: 20 Height: 20
Text: Started Text: Started
TextColor: FFA500 TextColor: FFA500
@@ -104,7 +104,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@INCOMPATIBLE_VERSION: Checkbox@INCOMPATIBLE_VERSION:
X: 5 X: 5
Y: 105 Y: 105
Width: PARENT_RIGHT-29 Width: PARENT_RIGHT - 29
Height: 20 Height: 20
Text: Incompatible Text: Incompatible
TextColor: BEBEBE TextColor: BEBEBE

View File

@@ -1,14 +1,14 @@
Container@MUSIC_PANEL: Container@MUSIC_PANEL:
Logic: MusicPlayerLogic Logic: MusicPlayerLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 400)/2 Y: (WINDOW_BOTTOM - 400) / 2
Width: 360 Width: 360
Height: 435 Height: 435
Children: Children:
LogicTicker@SONG_WATCHER: LogicTicker@SONG_WATCHER:
Label@TITLE: Label@TITLE:
Width: 360 Width: 360
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -25,7 +25,7 @@ Container@MUSIC_PANEL:
Height: 275 Height: 275
Children: Children:
ScrollItem@MUSIC_TEMPLATE: ScrollItem@MUSIC_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -33,11 +33,11 @@ Container@MUSIC_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
X: 10 X: 10
Width: PARENT_RIGHT-50 Width: PARENT_RIGHT - 50
Height: 25 Height: 25
Label@LENGTH: Label@LENGTH:
Width: 50 Width: 50
X: PARENT_RIGHT-60 X: PARENT_RIGHT - 60
Align: Right Align: Right
Height: 25 Height: 25
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
@@ -52,7 +52,7 @@ Container@MUSIC_PANEL:
Align: Center Align: Center
Font: Bold Font: Bold
Label@TYPE: Label@TYPE:
X: PARENT_RIGHT-85 X: PARENT_RIGHT - 85
Height: 25 Height: 25
Width: 50 Width: 50
Text: Length Text: Length
@@ -60,7 +60,7 @@ Container@MUSIC_PANEL:
Font: Bold Font: Bold
Container@BUTTONS: Container@BUTTONS:
X: 15 X: 15
Y: PARENT_BOTTOM-HEIGHT-40 Y: PARENT_BOTTOM - HEIGHT - 40
Width: 170 Width: 170
Children: Children:
Button@BUTTON_PREV: Button@BUTTON_PREV:
@@ -135,7 +135,7 @@ Container@MUSIC_PANEL:
Height: 20 Height: 20
Ticks: 5 Ticks: 5
Label@TIME_LABEL: Label@TIME_LABEL:
X: (PARENT_RIGHT-WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 315 Y: 315
Width: 140 Width: 140
Height: 25 Height: 25
@@ -148,7 +148,7 @@ Container@MUSIC_PANEL:
Font: Regular Font: Regular
Text: Shuffle Text: Shuffle
Checkbox@REPEAT: Checkbox@REPEAT:
X: PARENT_RIGHT-15-WIDTH X: PARENT_RIGHT - 15 - WIDTH
Y: 320 Y: 320
Width: 70 Width: 70
Height: 20 Height: 20
@@ -162,26 +162,26 @@ Container@MUSIC_PANEL:
Visible: false Visible: false
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Font: Bold Font: Bold
Align: Center Align: Center
Text: Music Not Installed Text: Music Not Installed
Label@DESCA: Label@DESCA:
Y: 20 Y: 20
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: The game music can be installed Text: The game music can be installed
Label@DESCB: Label@DESCB:
Y: 40 Y: 40
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: from the "Manage Content" menu Text: from the "Manage Content" menu
Label@DESCC: Label@DESCC:
Y: 60 Y: 60
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: in the mod chooser. Text: in the mod chooser.

View File

@@ -1,13 +1,13 @@
Container@REPLAYBROWSER_PANEL: Container@REPLAYBROWSER_PANEL:
Logic: ReplayBrowserLogic Logic: ReplayBrowserLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 780 Width: 780
Height: 500 Height: 500
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -184,14 +184,14 @@ Container@REPLAYBROWSER_PANEL:
CollapseHiddenChildren: True CollapseHiddenChildren: True
Children: Children:
ScrollItem@REPLAY_TEMPLATE: ScrollItem@REPLAY_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Visible: false Visible: false
Children: Children:
Label@TITLE: Label@TITLE:
X: 10 X: 10
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
Container@MAP_BG_CONTAINER: Container@MAP_BG_CONTAINER:
X: PARENT_RIGHT - WIDTH - 20 X: PARENT_RIGHT - WIDTH - 20
@@ -219,9 +219,9 @@ Container@REPLAYBROWSER_PANEL:
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Container@REPLAY_INFO: Container@REPLAY_INFO:
X: PARENT_RIGHT - WIDTH - 20 X: PARENT_RIGHT - WIDTH - 20
Y: 20 + 30+194 + 10 Y: 20 + 30 + 194 + 10
Width: 194 Width: 194
Height: PARENT_BOTTOM - 20 - 30-194 - 10 - 20 Height: PARENT_BOTTOM - 20 - 30 - 194 - 10 - 20
Children: Children:
Label@MAP_TITLE: Label@MAP_TITLE:
Y: 0 Y: 0
@@ -248,7 +248,7 @@ Container@REPLAYBROWSER_PANEL:
IgnoreChildMouseOver: true IgnoreChildMouseOver: true
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -260,7 +260,7 @@ Container@REPLAYBROWSER_PANEL:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -273,7 +273,7 @@ Container@REPLAYBROWSER_PANEL:
Height: 16 Height: 16
Label@LABEL: Label@LABEL:
X: 40 X: 40
Width: PARENT_RIGHT-50 Width: PARENT_RIGHT - 50
Height: 25 Height: 25
Shadow: True Shadow: True
Label@NOFLAG_LABEL: Label@NOFLAG_LABEL:

View File

@@ -1,13 +1,13 @@
Container@SETTINGS_PANEL: Container@SETTINGS_PANEL:
Logic: SettingsLogic Logic: SettingsLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 590 Width: 590
Height: 378 Height: 378
Children: Children:
Label@TITLE: Label@TITLE:
Width: 590 Width: 590
Y: 0-25 Y: 0 - 25
Font: BigBold Font: BigBold
Contrast: true Contrast: true
Align: Center Align: Center
@@ -70,7 +70,7 @@ Container@SETTINGS_PANEL:
Label@At: Label@At:
Text: @ Text: @
Font: Bold Font: Bold
Y: 0-1 Y: 0 - 1
Height: 25 Height: 25
Width: 25 Width: 25
Align: Center Align: Center
@@ -83,7 +83,7 @@ Container@SETTINGS_PANEL:
Text: x Text: x
Font: Bold Font: Bold
X: 70 X: 70
Y: 0-1 Y: 0 - 1
Height: 25 Height: 25
Width: 15 Width: 15
Align: Center Align: Center
@@ -174,8 +174,8 @@ Container@SETTINGS_PANEL:
ColorBlock@COLORBLOCK: ColorBlock@COLORBLOCK:
X: 5 X: 5
Y: 6 Y: 6
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: PARENT_BOTTOM-12 Height: PARENT_BOTTOM - 12
Label@STATUS_BARS: Label@STATUS_BARS:
X: 310 X: 310
Y: 255 Y: 255
@@ -455,12 +455,12 @@ Container@SETTINGS_PANEL:
Visible: false Visible: false
Children: Children:
Label@FUNCTION: Label@FUNCTION:
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 85 Width: PARENT_RIGHT - 85
Height: 25 Height: 25
Align: Right Align: Right
HotkeyEntry@HOTKEY: HotkeyEntry@HOTKEY:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Width: 80 Width: 80
Height: 25 Height: 25
Container@UNIT_TEMPLATE: Container@UNIT_TEMPLATE:
@@ -469,12 +469,12 @@ Container@SETTINGS_PANEL:
Visible: false Visible: false
Children: Children:
Label@FUNCTION: Label@FUNCTION:
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 84 Width: PARENT_RIGHT - 84
Height: 25 Height: 25
Align: Right Align: Right
HotkeyEntry@HOTKEY: HotkeyEntry@HOTKEY:
X: PARENT_RIGHT-WIDTH+1 X: PARENT_RIGHT - WIDTH + 1
Width: 80 Width: 80
Height: 25 Height: 25
Container@PRODUCTION_TEMPLATE: Container@PRODUCTION_TEMPLATE:
@@ -483,12 +483,12 @@ Container@SETTINGS_PANEL:
Visible: false Visible: false
Children: Children:
Label@FUNCTION: Label@FUNCTION:
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 84 Width: PARENT_RIGHT - 84
Height: 25 Height: 25
Align: Right Align: Right
HotkeyEntry@HOTKEY: HotkeyEntry@HOTKEY:
X: PARENT_RIGHT-WIDTH+1 X: PARENT_RIGHT - WIDTH + 1
Width: 80 Width: 80
Height: 25 Height: 25
Container@DEVELOPER_TEMPLATE: Container@DEVELOPER_TEMPLATE:
@@ -497,12 +497,12 @@ Container@SETTINGS_PANEL:
Visible: false Visible: false
Children: Children:
Label@FUNCTION: Label@FUNCTION:
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 115 Width: PARENT_RIGHT - 115
Height: 25 Height: 25
Align: Right Align: Right
HotkeyEntry@HOTKEY: HotkeyEntry@HOTKEY:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Width: 110 Width: 110
Height: 25 Height: 25
Container@ADVANCED_PANEL: Container@ADVANCED_PANEL:

View File

@@ -8,7 +8,7 @@ Background@SIMPLE_TOOLTIP:
Height: 19 Height: 19
Label@LABEL: Label@LABEL:
X: 5 X: 5
Y: 0-2 Y: 0 - 2
Height: 23 Height: 23
Font: Bold Font: Bold

View File

@@ -1,8 +1,8 @@
Background@ASSETBROWSER_PANEL: Background@ASSETBROWSER_PANEL:
Logic: AssetBrowserLogic Logic: AssetBrowserLogic
SupportedFormats: .shp, .r8, .tmp, .tem, .des, .sno, .int, .vqa SupportedFormats: .shp, .r8, .tmp, .tem, .des, .sno, .int, .vqa
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 700 Width: 700
Height: 500 Height: 500
Children: Children:
@@ -38,7 +38,7 @@ Background@ASSETBROWSER_PANEL:
CollapseHiddenChildren: True CollapseHiddenChildren: True
Children: Children:
ScrollItem@ASSET_TEMPLATE: ScrollItem@ASSET_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -46,7 +46,7 @@ Background@ASSETBROWSER_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
X: 10 X: 10
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
Label@FILENAME_DESC: Label@FILENAME_DESC:
X: 20 X: 20
@@ -62,7 +62,7 @@ Background@ASSETBROWSER_PANEL:
Width: 160 Width: 160
Height: 25 Height: 25
Label@PALETTE_DESC: Label@PALETTE_DESC:
X: PARENT_RIGHT-WIDTH-270 X: PARENT_RIGHT - WIDTH - 270
Y: 60 Y: 60
Width: 150 Width: 150
Height: 25 Height: 25
@@ -70,13 +70,13 @@ Background@ASSETBROWSER_PANEL:
Align: Right Align: Right
Text: Palette: Text: Palette:
DropDownButton@PALETTE_SELECTOR: DropDownButton@PALETTE_SELECTOR:
X: PARENT_RIGHT-WIDTH-110 X: PARENT_RIGHT - WIDTH - 110
Y: 60 Y: 60
Width: 150 Width: 150
Height: 25 Height: 25
Font: Bold Font: Bold
DropDownButton@COLOR: DropDownButton@COLOR:
X: PARENT_RIGHT-WIDTH-20 X: PARENT_RIGHT - WIDTH - 20
Y: 60 Y: 60
Width: 80 Width: 80
Height: 25 Height: 25
@@ -84,8 +84,8 @@ Background@ASSETBROWSER_PANEL:
ColorBlock@COLORBLOCK: ColorBlock@COLORBLOCK:
X: 5 X: 5
Y: 6 Y: 6
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: PARENT_BOTTOM-12 Height: PARENT_BOTTOM - 12
Background@SPRITE_BG: Background@SPRITE_BG:
X: 190 X: 190
Y: 90 Y: 90
@@ -191,8 +191,8 @@ Background@ASSETBROWSER_PANEL:
Align: Left Align: Left
Button@CLOSE_BUTTON: Button@CLOSE_BUTTON:
Key: escape Key: escape
X: PARENT_RIGHT-180 X: PARENT_RIGHT - 180
Y: PARENT_BOTTOM-45 Y: PARENT_BOTTOM - 45
Width: 160 Width: 160
Height: 25 Height: 25
Font: Bold Font: Bold

View File

@@ -1,6 +1,6 @@
Background@THREEBUTTON_PROMPT: Background@THREEBUTTON_PROMPT:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 90)/2 Y: (WINDOW_BOTTOM - 90) / 2
Width: 600 Width: 600
Height: 110 Height: 110
Children: Children:
@@ -44,8 +44,8 @@ Background@THREEBUTTON_PROMPT:
Visible: false Visible: false
Background@TWOBUTTON_PROMPT: Background@TWOBUTTON_PROMPT:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 90)/2 Y: (WINDOW_BOTTOM - 90) / 2
Width: 370 Width: 370
Height: 110 Height: 110
Children: Children:
@@ -81,8 +81,8 @@ Background@TWOBUTTON_PROMPT:
Visible: false Visible: false
Background@TEXT_INPUT_PROMPT: Background@TEXT_INPUT_PROMPT:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 370 Width: 370
Height: 175 Height: 175
Children: Children:

View File

@@ -1,7 +1,7 @@
Background@CONNECTIONFAILED_PANEL: Background@CONNECTIONFAILED_PANEL:
Logic: ConnectionFailedLogic Logic: ConnectionFailedLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 450 Width: 450
Height: 160 Height: 160
Children: Children:
@@ -60,8 +60,8 @@ Background@CONNECTIONFAILED_PANEL:
Background@CONNECTING_PANEL: Background@CONNECTING_PANEL:
Logic: ConnectionLogic Logic: ConnectionLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 450 Width: 450
Height: 150 Height: 150
Children: Children:
@@ -91,8 +91,8 @@ Background@CONNECTING_PANEL:
Background@CONNECTION_SWITCHMOD_PANEL: Background@CONNECTION_SWITCHMOD_PANEL:
Logic: ConnectionSwitchModLogic Logic: ConnectionSwitchModLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 450 Width: 450
Height: 191 Height: 191
Children: Children:

View File

@@ -1,7 +1,7 @@
Background@CREDITS_PANEL: Background@CREDITS_PANEL:
Logic: CreditsLogic Logic: CreditsLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 400)/2 Y: (WINDOW_BOTTOM - 400) / 2
Width: 410 Width: 410
Height: 450 Height: 450
Children: Children:

View File

@@ -3,7 +3,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: scrollheader BaseName: scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -15,7 +15,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -23,14 +23,14 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Children: Children:
Label@LABEL: Label@LABEL:
X: 10 X: 10
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
ScrollPanel@TEAM_DROPDOWN_TEMPLATE: ScrollPanel@TEAM_DROPDOWN_TEMPLATE:
Width: DROPDOWN_WIDTH Width: DROPDOWN_WIDTH
Children: Children:
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -46,7 +46,7 @@ ScrollPanel@SPAWN_DROPDOWN_TEMPLATE:
Width: DROPDOWN_WIDTH Width: DROPDOWN_WIDTH
Children: Children:
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -65,7 +65,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: observer-scrollheader BaseName: observer-scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -78,7 +78,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
BaseName: observer-scrollitem BaseName: observer-scrollitem
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0

View File

@@ -1,7 +1,7 @@
Background@NEW_MAP_BG: Background@NEW_MAP_BG:
Logic: NewMapLogic Logic: NewMapLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 300 Width: 300
Height: 185 Height: 185
Children: Children:
@@ -76,13 +76,13 @@ Background@NEW_MAP_BG:
Background@SAVE_MAP_PANEL: Background@SAVE_MAP_PANEL:
Logic: SaveMapLogic Logic: SaveMapLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 350 Width: 350
Height: 300 Height: 300
Children: Children:
Label@LABEL_TITLE: Label@LABEL_TITLE:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 20 Y: 20
Width: 250 Width: 250
Height: 25 Height: 25
@@ -211,7 +211,7 @@ Container@EDITOR_WORLD_ROOT:
Height: WINDOW_BOTTOM Height: WINDOW_BOTTOM
IgnoreMouseOver: True IgnoreMouseOver: True
Background@RADAR_BG: Background@RADAR_BG:
X: WINDOW_RIGHT-255 X: WINDOW_RIGHT - 255
Y: 5 Y: 5
Width: 250 Width: 250
Height: 250 Height: 250
@@ -219,16 +219,16 @@ Container@EDITOR_WORLD_ROOT:
Radar@INGAME_RADAR: Radar@INGAME_RADAR:
X: 10 X: 10
Y: 10 Y: 10
Width: PARENT_RIGHT-19 Width: PARENT_RIGHT - 19
Height: PARENT_BOTTOM-19 Height: PARENT_BOTTOM - 19
Container@TILE_WIDGETS: Container@TILE_WIDGETS:
Logic: TileSelectorLogic Logic: TileSelectorLogic
Children: Children:
Background@TILES_BG: Background@TILES_BG:
X: WINDOW_RIGHT-250 X: WINDOW_RIGHT - 250
Y: 290 Y: 290
Width: 240 Width: 240
Height: WINDOW_BOTTOM-382 Height: WINDOW_BOTTOM - 382
Children: Children:
DropDownButton@TILE_CATEGORY: DropDownButton@TILE_CATEGORY:
X: 10 X: 10
@@ -239,8 +239,8 @@ Container@EDITOR_WORLD_ROOT:
ScrollPanel@TILETEMPLATE_LIST: ScrollPanel@TILETEMPLATE_LIST:
X: 10 X: 10
Y: 35 Y: 35
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: PARENT_BOTTOM-45 Height: PARENT_BOTTOM - 45
TopBottomSpacing: 4 TopBottomSpacing: 4
ItemSpacing: 4 ItemSpacing: 4
Children: Children:
@@ -257,16 +257,16 @@ Container@EDITOR_WORLD_ROOT:
Logic: LayerSelectorLogic Logic: LayerSelectorLogic
Children: Children:
Background@LAYERS_BG: Background@LAYERS_BG:
X: WINDOW_RIGHT-250 X: WINDOW_RIGHT - 250
Y: 290 Y: 290
Width: 240 Width: 240
Height: WINDOW_BOTTOM-382 Height: WINDOW_BOTTOM - 382
Children: Children:
ScrollPanel@LAYERTEMPLATE_LIST: ScrollPanel@LAYERTEMPLATE_LIST:
X: 10 X: 10
Y: 10 Y: 10
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: PARENT_BOTTOM-20 Height: PARENT_BOTTOM - 20
TopBottomSpacing: 4 TopBottomSpacing: 4
ItemSpacing: 4 ItemSpacing: 4
Children: Children:
@@ -284,10 +284,10 @@ Container@EDITOR_WORLD_ROOT:
Logic: ActorSelectorLogic Logic: ActorSelectorLogic
Children: Children:
Background@ACTORS_BG: Background@ACTORS_BG:
X: WINDOW_RIGHT-250 X: WINDOW_RIGHT - 250
Y: 290 Y: 290
Width: 240 Width: 240
Height: WINDOW_BOTTOM-382 Height: WINDOW_BOTTOM - 382
Children: Children:
DropDownButton@OWNERS_DROPDOWN: DropDownButton@OWNERS_DROPDOWN:
X: 10 X: 10
@@ -298,8 +298,8 @@ Container@EDITOR_WORLD_ROOT:
ScrollPanel@ACTORTEMPLATE_LIST: ScrollPanel@ACTORTEMPLATE_LIST:
X: 10 X: 10
Y: 35 Y: 35
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: PARENT_BOTTOM-45 Height: PARENT_BOTTOM - 45
TopBottomSpacing: 4 TopBottomSpacing: 4
ItemSpacing: 4 ItemSpacing: 4
Children: Children:
@@ -316,7 +316,7 @@ Container@EDITOR_WORLD_ROOT:
Visible: true Visible: true
Container@MAP_EDITOR_TAB_CONTAINER: Container@MAP_EDITOR_TAB_CONTAINER:
Logic: MapEditorTabsLogic Logic: MapEditorTabsLogic
X: WINDOW_RIGHT-245 X: WINDOW_RIGHT - 245
Y: 260 Y: 260
Width: 240 Width: 240
Height: 25 Height: 25

View File

@@ -6,8 +6,8 @@ Container@CHAT_PANEL:
Logic: IngameChatLogic Logic: IngameChatLogic
Children: Children:
Container@CHAT_OVERLAY: Container@CHAT_OVERLAY:
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: PARENT_BOTTOM-25 Height: PARENT_BOTTOM - 25
Visible: false Visible: false
Children: Children:
ChatDisplay@CHAT_DISPLAY: ChatDisplay@CHAT_DISPLAY:
@@ -48,7 +48,7 @@ Container@CHAT_PANEL:
Children: Children:
Container@CHAT_TEMPLATE: Container@CHAT_TEMPLATE:
X: 2 X: 2
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 16 Height: 16
Children: Children:
Label@NAME: Label@NAME:

View File

@@ -13,8 +13,8 @@ Container@MAP_PANEL:
MapPreview@MAP_PREVIEW: MapPreview@MAP_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
IgnoreMouseOver: True IgnoreMouseOver: True
IgnoreMouseInput: True IgnoreMouseInput: True
ShowSpawnPoints: False ShowSpawnPoints: False

View File

@@ -5,7 +5,7 @@ Container@SCRIPT_ERROR_PANEL:
Label@DESCA: Label@DESCA:
X: 15 X: 15
Y: 15 Y: 15
Width: PARENT_RIGHT-30 Width: PARENT_RIGHT - 30
Height: 20 Height: 20
Font: Bold Font: Bold
Align: Center Align: Center
@@ -13,7 +13,7 @@ Container@SCRIPT_ERROR_PANEL:
Label@DESCB: Label@DESCB:
X: 15 X: 15
Y: 45 Y: 45
Width: PARENT_RIGHT-30 Width: PARENT_RIGHT - 30
Height: 20 Height: 20
Font: Regular Font: Regular
WordWrap: true WordWrap: true
@@ -21,7 +21,7 @@ Container@SCRIPT_ERROR_PANEL:
Label@DESCC: Label@DESCC:
X: 15 X: 15
Y: 65 Y: 65
Width: PARENT_RIGHT-30 Width: PARENT_RIGHT - 30
Height: 20 Height: 20
Font: Regular Font: Regular
Text: Please send this file to the map author so that they can fix this issue. Text: Please send this file to the map author so that they can fix this issue.

View File

@@ -68,19 +68,19 @@ Container@SKIRMISH_STATS:
Children: Children:
Label@TEAM: Label@TEAM:
X: 6 X: 6
Y: 0-2 Y: 0 - 2
Width: 160 Width: 160
Height: 20 Height: 20
Font: Bold Font: Bold
Label@TEAM_SCORE: Label@TEAM_SCORE:
X: 360 X: 360
Y: 0-2 Y: 0 - 2
Width: 75 Width: 75
Height: 20 Height: 20
Font: Bold Font: Bold
Align: Right Align: Right
Container@PLAYER_TEMPLATE: Container@PLAYER_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Children: Children:

View File

@@ -25,12 +25,12 @@ Container@INGAME_MENU:
Container@PANEL_ROOT: Container@PANEL_ROOT:
Background@MENU_BUTTONS: Background@MENU_BUTTONS:
X: 13 + (WINDOW_RIGHT - 522) / 4 - WIDTH / 2 X: 13 + (WINDOW_RIGHT - 522) / 4 - WIDTH / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 200 Width: 200
Height: 295 Height: 295
Children: Children:
Label@LABEL_TITLE: Label@LABEL_TITLE:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 20 Y: 20
Width: 200 Width: 200
Height: 30 Height: 30
@@ -38,7 +38,7 @@ Container@INGAME_MENU:
Align: Center Align: Center
Font: Bold Font: Bold
Button@RESUME: Button@RESUME:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 60 Y: 60
Width: 140 Width: 140
Height: 30 Height: 30
@@ -46,42 +46,42 @@ Container@INGAME_MENU:
Font: Bold Font: Bold
Key: escape Key: escape
Button@SETTINGS: Button@SETTINGS:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 100 Y: 100
Width: 140 Width: 140
Height: 30 Height: 30
Text: Settings Text: Settings
Font: Bold Font: Bold
Button@MUSIC: Button@MUSIC:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 140 Y: 140
Width: 140 Width: 140
Height: 30 Height: 30
Text: Music Text: Music
Font: Bold Font: Bold
Button@SURRENDER: Button@SURRENDER:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 180 Y: 180
Width: 140 Width: 140
Height: 30 Height: 30
Text: Surrender Text: Surrender
Font: Bold Font: Bold
Button@SAVE_MAP: Button@SAVE_MAP:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 180 Y: 180
Width: 140 Width: 140
Height: 30 Height: 30
Text: Save Map Text: Save Map
Font: Bold Font: Bold
Button@ABORT_MISSION: Button@ABORT_MISSION:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 220 Y: 220
Width: 140 Width: 140
Height: 30 Height: 30
Text: Abort Mission Text: Abort Mission
Font: Bold Font: Bold
Button@EXIT_EDITOR: Button@EXIT_EDITOR:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 220 Y: 220
Width: 140 Width: 140
Height: 30 Height: 30

View File

@@ -41,7 +41,7 @@ Container@OBSERVER_WIDGETS:
Font: Bold Font: Bold
Contrast: true Contrast: true
Background@RADAR_BG: Background@RADAR_BG:
X: WINDOW_RIGHT-255 X: WINDOW_RIGHT - 255
Y: 5 Y: 5
Width: 250 Width: 250
Height: 250 Height: 250
@@ -49,11 +49,11 @@ Container@OBSERVER_WIDGETS:
Radar@INGAME_RADAR: Radar@INGAME_RADAR:
X: 10 X: 10
Y: 10 Y: 10
Width: PARENT_RIGHT-19 Width: PARENT_RIGHT - 19
Height: PARENT_BOTTOM-19 Height: PARENT_BOTTOM - 19
WorldInteractionController: INTERACTION_CONTROLLER WorldInteractionController: INTERACTION_CONTROLLER
Background@OBSERVER_CONTROL_BG: Background@OBSERVER_CONTROL_BG:
X: WINDOW_RIGHT-255 X: WINDOW_RIGHT - 255
Y: 260 Y: 260
Width: 250 Width: 250
Height: 55 Height: 55
@@ -137,7 +137,7 @@ Container@OBSERVER_WIDGETS:
Text: 100% Text: 100%
Font: TinyBold Font: TinyBold
Button@BUTTON_FAST: Button@BUTTON_FAST:
X: 55 + 45*2 X: 55 + 45 * 2
Y: 13 Y: 13
Width: 38 Width: 38
Height: 20 Height: 20
@@ -148,7 +148,7 @@ Container@OBSERVER_WIDGETS:
Text: 200% Text: 200%
Font: TinyBold Font: TinyBold
Button@BUTTON_MAXIMUM: Button@BUTTON_MAXIMUM:
X: 55 + 45*3 X: 55 + 45 * 3
Y: 13 Y: 13
Width: 38 Width: 38
Height: 20 Height: 20

View File

@@ -19,7 +19,7 @@ Background@INGAME_OBSERVERSTATS_BG:
Align: Center Align: Center
Text: Statistics Text: Statistics
DropDownButton@STATS_DROPDOWN: DropDownButton@STATS_DROPDOWN:
X: PARENT_RIGHT-200 X: PARENT_RIGHT - 200
Y: 15 Y: 15
Width: 185 Width: 185
Height: 25 Height: 25
@@ -272,15 +272,15 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollPanel@PLAYER_STATS_PANEL: ScrollPanel@PLAYER_STATS_PANEL:
X: 25 X: 25
Y: 70 Y: 70
Width: PARENT_RIGHT-50 Width: PARENT_RIGHT - 50
Height: PARENT_BOTTOM-45-50 Height: PARENT_BOTTOM - 45 - 50
TopBottomSpacing: 5 TopBottomSpacing: 5
ItemSpacing: 5 ItemSpacing: 5
Children: Children:
ScrollItem@TEAM_TEMPLATE: ScrollItem@TEAM_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Label@TEAM: Label@TEAM:
@@ -292,14 +292,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@BASIC_PLAYER_TEMPLATE: ScrollItem@BASIC_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -372,14 +372,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@ECONOMY_PLAYER_TEMPLATE: ScrollItem@ECONOMY_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -435,14 +435,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@PRODUCTION_PLAYER_TEMPLATE: ScrollItem@PRODUCTION_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -466,14 +466,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@COMBAT_PLAYER_TEMPLATE: ScrollItem@COMBAT_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -526,8 +526,8 @@ Background@INGAME_OBSERVERSTATS_BG:
Container@EARNED_THIS_MIN_GRAPH_TEMPLATE: Container@EARNED_THIS_MIN_GRAPH_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-100 Width: PARENT_RIGHT - 100
Height: PARENT_BOTTOM-50 Height: PARENT_BOTTOM - 50
Children: Children:
LineGraph@EARNED_THIS_MIN_GRAPH: LineGraph@EARNED_THIS_MIN_GRAPH:
X: 0 X: 0

View File

@@ -21,8 +21,8 @@ Container@PLAYER_WIDGETS:
Children: Children:
Image@ICON_TEMPLATE: Image@ICON_TEMPLATE:
Logic: AddFactionSuffixLogic Logic: AddFactionSuffixLogic
X: 0-2 X: 0 - 2
Y: 0-2 Y: 0 - 2
Width: 62 Width: 62
Height: 46 Height: 46
IgnoreMouseOver: true IgnoreMouseOver: true
@@ -228,7 +228,7 @@ Container@PLAYER_WIDGETS:
IconSpriteOffset: -1, -1 IconSpriteOffset: -1, -1
Container@PALETTE_FOREGROUND: Container@PALETTE_FOREGROUND:
X: 40 X: 40
Y: 0-1 Y: 0 - 1
Children: Children:
Image@ROW_TEMPLATE: Image@ROW_TEMPLATE:
Width: 238 Width: 238

View File

@@ -11,7 +11,7 @@ Container@INGAME_ROOT:
LogicTicker@DISCONNECT_WATCHER: LogicTicker@DISCONNECT_WATCHER:
Logic: DisconnectWatcherLogic Logic: DisconnectWatcherLogic
Label@MISSION_TEXT: Label@MISSION_TEXT:
X: WINDOW_RIGHT/2 - 256 X: WINDOW_RIGHT / 2 - 256
Y: 22 Y: 22
Width: 512 Width: 512
Height: 25 Height: 25
@@ -29,7 +29,7 @@ Container@INGAME_ROOT:
Width: WINDOW_RIGHT Width: WINDOW_RIGHT
Height: WINDOW_BOTTOM Height: WINDOW_BOTTOM
StrategicProgress@STRATEGIC_PROGRESS: StrategicProgress@STRATEGIC_PROGRESS:
X: WINDOW_RIGHT/2 X: WINDOW_RIGHT / 2
Y: 40 Y: 40
Container@PLAYER_ROOT: Container@PLAYER_ROOT:
Container@PERF_ROOT: Container@PERF_ROOT:

View File

@@ -14,7 +14,7 @@ Container@LOBBY_GLOBALCHAT_PANEL:
Children: Children:
Label@CHANNEL_TOPIC: Label@CHANNEL_TOPIC:
X: 10 X: 10
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 20 Width: PARENT_RIGHT - 20
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Font: TinyBold Font: TinyBold
@@ -53,12 +53,12 @@ Container@LOBBY_GLOBALCHAT_PANEL:
TextField@CHAT_TEXTFIELD: TextField@CHAT_TEXTFIELD:
X: 205 X: 205
Y: PARENT_BOTTOM - 25 Y: PARENT_BOTTOM - 25
Width: 582-205 Width: 582 - 205
Height: 25 Height: 25
LeftMargin: 60 LeftMargin: 60
Children: Children:
Label@LABEL_CHATTYPE: Label@LABEL_CHATTYPE:
Y: 0-1 Y: 0 - 1
Width: 55 Width: 55
Height: 25 Height: 25
Align: Right Align: Right
@@ -69,7 +69,7 @@ Container@LOBBY_GLOBALCHAT_PANEL:
Height: PARENT_BOTTOM - 30 Height: PARENT_BOTTOM - 30
Children: Children:
Container@NICKNAME_TEMPLATE: Container@NICKNAME_TEMPLATE:
Width: PARENT_RIGHT-25 Width: PARENT_RIGHT - 25
Height: 20 Height: 20
Children: Children:
Image@INDICATOR: Image@INDICATOR:
@@ -79,7 +79,7 @@ Container@LOBBY_GLOBALCHAT_PANEL:
Y: 9 Y: 9
Label@NICK: Label@NICK:
X: 15 X: 15
Width: PARENT_RIGHT-15 Width: PARENT_RIGHT - 15
Height: 20 Height: 20
Button@DISCONNECT_BUTTON: Button@DISCONNECT_BUTTON:
X: 596 X: 596
@@ -90,7 +90,7 @@ Container@LOBBY_GLOBALCHAT_PANEL:
Font: Bold Font: Bold
Background@GLOBALCHAT_CONNECT_PANEL: Background@GLOBALCHAT_CONNECT_PANEL:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM-30 Height: PARENT_BOTTOM - 30
Background: scrollpanel-bg Background: scrollpanel-bg
Children: Children:
Label@GLOBAL_CHAT_LABEL: Label@GLOBAL_CHAT_LABEL:
@@ -131,7 +131,7 @@ Container@LOBBY_GLOBALCHAT_PANEL:
Disabled: true Disabled: true
Children: Children:
Label@LABEL_CHATTYPE: Label@LABEL_CHATTYPE:
Y: 0-1 Y: 0 - 1
Width: 55 Width: 55
Height: 25 Height: 25
Align: Right Align: Right

View File

@@ -25,20 +25,20 @@ Background@KICK_CLIENT_DIALOG:
Align: Center Align: Center
Text: them from joining for the remainder of this game. Text: them from joining for the remainder of this game.
Checkbox@PREVENT_REJOINING_CHECKBOX: Checkbox@PREVENT_REJOINING_CHECKBOX:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 120 Y: 120
Width: 150 Width: 150
Height: 20 Height: 20
Text: Temporarily Ban Text: Temporarily Ban
Button@OK_BUTTON: Button@OK_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 + 75 X: (PARENT_RIGHT - WIDTH) / 2 + 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25
Text: Kick Text: Kick
Font: Bold Font: Bold
Button@CANCEL_BUTTON: Button@CANCEL_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 - 75 X: (PARENT_RIGHT - WIDTH) / 2 - 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25
@@ -65,14 +65,14 @@ Background@KICK_SPECTATORS_DIALOG:
Font: Regular Font: Regular
Align: Center Align: Center
Button@OK_BUTTON: Button@OK_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 + 75 X: (PARENT_RIGHT - WIDTH) / 2 + 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25
Text: Ok Text: Ok
Font: Bold Font: Bold
Button@CANCEL_BUTTON: Button@CANCEL_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 - 75 X: (PARENT_RIGHT - WIDTH) / 2 - 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25
@@ -123,14 +123,14 @@ Background@FORCE_START_DIALOG:
Align: Center Align: Center
Text: map, and will be kicked from the server. Text: map, and will be kicked from the server.
Button@OK_BUTTON: Button@OK_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 + 75 X: (PARENT_RIGHT - WIDTH) / 2 + 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25
Text: Start Text: Start
Font: Bold Font: Bold
Button@CANCEL_BUTTON: Button@CANCEL_BUTTON:
X: (PARENT_RIGHT - WIDTH)/2 - 75 X: (PARENT_RIGHT - WIDTH) / 2 - 75
Y: 155 Y: 155
Width: 120 Width: 120
Height: 25 Height: 25

View File

@@ -15,8 +15,8 @@ Container@LOBBY_MAP_PREVIEW:
MapPreview@MAP_PREVIEW: MapPreview@MAP_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
LabelWithTooltip@MAP_TITLE: LabelWithTooltip@MAP_TITLE:
Y: 172 Y: 172
@@ -51,8 +51,8 @@ Container@LOBBY_MAP_PREVIEW:
MapPreview@MAP_PREVIEW: MapPreview@MAP_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Label@MAP_TITLE: Label@MAP_TITLE:
Y: 172 Y: 172
@@ -86,8 +86,8 @@ Container@LOBBY_MAP_PREVIEW:
MapPreview@MAP_PREVIEW: MapPreview@MAP_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Label@MAP_TITLE: Label@MAP_TITLE:
Y: 142 Y: 142
@@ -125,8 +125,8 @@ Container@LOBBY_MAP_PREVIEW:
MapPreview@MAP_PREVIEW: MapPreview@MAP_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Label@MAP_TITLE: Label@MAP_TITLE:
Y: 142 Y: 142

View File

@@ -5,7 +5,7 @@ Container@LOBBY_MUSIC_BIN:
Children: Children:
LogicTicker@SONG_WATCHER: LogicTicker@SONG_WATCHER:
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
Y: 0-25 Y: 0 - 25
Width: PARENT_RIGHT Width: PARENT_RIGHT
Children: Children:
Label@MUSIC: Label@MUSIC:
@@ -21,7 +21,7 @@ Container@LOBBY_MUSIC_BIN:
Text: Track Text: Track
Font: Bold Font: Bold
Label@TYPE: Label@TYPE:
X: PARENT_RIGHT-63 X: PARENT_RIGHT - 63
Height: 25 Height: 25
Width: 50 Width: 50
Text: Length Text: Length
@@ -116,7 +116,7 @@ Container@LOBBY_MUSIC_BIN:
Font: Regular Font: Regular
Text: Shuffle Text: Shuffle
Checkbox@REPEAT: Checkbox@REPEAT:
X: PARENT_RIGHT-15-WIDTH X: PARENT_RIGHT - 15 - WIDTH
Y: 150 Y: 150
Width: 70 Width: 70
Height: 20 Height: 20
@@ -136,51 +136,51 @@ Container@LOBBY_MUSIC_BIN:
Ticks: 5 Ticks: 5
ScrollPanel@MUSIC_LIST: ScrollPanel@MUSIC_LIST:
X: 268 X: 268
Width: PARENT_RIGHT-268 Width: PARENT_RIGHT - 268
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
ScrollItem@MUSIC_TEMPLATE: ScrollItem@MUSIC_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Visible: false Visible: false
Children: Children:
Label@TITLE: Label@TITLE:
X: 10 X: 10
Width: PARENT_RIGHT-50 Width: PARENT_RIGHT - 50
Height: 25 Height: 25
Label@LENGTH: Label@LENGTH:
X: PARENT_RIGHT-60 X: PARENT_RIGHT - 60
Width: 50 Width: 50
Height: 25 Height: 25
Align: Right Align: Right
Container@NO_MUSIC_LABEL: Container@NO_MUSIC_LABEL:
X: 268 X: 268
Width: PARENT_RIGHT-268 Width: PARENT_RIGHT - 268
Visible: false Visible: false
Children: Children:
Label@TITLE: Label@TITLE:
Y: 65 Y: 65
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Font: Bold Font: Bold
Align: Center Align: Center
Text: Music Not Installed Text: Music Not Installed
Label@DESCA: Label@DESCA:
Y: 85 Y: 85
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: The game music can be installed Text: The game music can be installed
Label@DESCB: Label@DESCB:
Y: 105 Y: 105
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: from the "Manage Content" menu Text: from the "Manage Content" menu
Label@DESCC: Label@DESCC:
Y: 125 Y: 125
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: in the mod chooser. Text: in the mod chooser.

View File

@@ -14,8 +14,8 @@ Background@LOBBY_OPTIONS_BIN:
Container: Container:
X: 30 X: 30
Y: 30 Y: 30
Width: PARENT_RIGHT-60 Width: PARENT_RIGHT - 60
Height: PARENT_BOTTOM-75 Height: PARENT_BOTTOM - 75
Children: Children:
Checkbox@EXPLORED_MAP_CHECKBOX: Checkbox@EXPLORED_MAP_CHECKBOX:
Width: 150 Width: 150

View File

@@ -4,7 +4,7 @@ Container@LOBBY_PLAYER_BIN:
Children: Children:
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
X: 5 X: 5
Y: 0-27 Y: 0 - 27
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
@@ -75,8 +75,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -104,8 +104,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@COLORBLOCK: ColorBlock@COLORBLOCK:
X: 5 X: 5
Y: 6 Y: 6
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: PARENT_BOTTOM-12 Height: PARENT_BOTTOM - 12
DropDownButton@FACTION: DropDownButton@FACTION:
X: 270 X: 270
Width: 130 Width: 130
@@ -169,8 +169,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -178,7 +178,7 @@ Container@LOBBY_PLAYER_BIN:
Template: CLIENT_TOOLTIP Template: CLIENT_TOOLTIP
Label@NAME: Label@NAME:
X: 20 X: 20
Y: 0-1 Y: 0 - 1
Width: 165 Width: 165
Height: 25 Height: 25
Text: Name Text: Name
@@ -248,7 +248,7 @@ Container@LOBBY_PLAYER_BIN:
Width: 165 Width: 165
Height: 25 Height: 25
X: 20 X: 20
Y: 0-1 Y: 0 - 1
Text: Name Text: Name
DropDownButton@SLOT_OPTIONS: DropDownButton@SLOT_OPTIONS:
X: 15 X: 15
@@ -281,8 +281,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -335,8 +335,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -346,7 +346,7 @@ Container@LOBBY_PLAYER_BIN:
Width: 160 Width: 160
Height: 25 Height: 25
X: 20 X: 20
Y: 0-1 Y: 0 - 1
Text: Name Text: Name
Button@KICK: Button@KICK:
X: 155 X: 155
@@ -394,7 +394,7 @@ ScrollPanel@FACTION_DROPDOWN_TEMPLATE:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: scrollheader BaseName: scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -406,7 +406,7 @@ ScrollPanel@FACTION_DROPDOWN_TEMPLATE:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0

View File

@@ -1,7 +1,7 @@
Background@SERVER_LOBBY: Background@SERVER_LOBBY:
Logic: LobbyLogic Logic: LobbyLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 808 Width: 808
Height: 600 Height: 600
Children: Children:
@@ -13,7 +13,7 @@ Background@SERVER_LOBBY:
Height: 25 Height: 25
Font: Bold Font: Bold
Container@MAP_PREVIEW_ROOT: Container@MAP_PREVIEW_ROOT:
X: PARENT_RIGHT-20-WIDTH X: PARENT_RIGHT - 20 - WIDTH
Y: 67 Y: 67
Width: 174 Width: 174
Height: 250 Height: 250
@@ -85,7 +85,7 @@ Background@SERVER_LOBBY:
Children: Children:
Container@CHAT_TEMPLATE: Container@CHAT_TEMPLATE:
X: 2 X: 2
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 16 Height: 16
Children: Children:
Label@TIME: Label@TIME:
@@ -115,7 +115,7 @@ Background@SERVER_LOBBY:
LeftMargin: 50 LeftMargin: 50
Children: Children:
Label@LABEL_CHATTYPE: Label@LABEL_CHATTYPE:
Y: 0-1 Y: 0 - 1
Width: 45 Width: 45
Height: 25 Height: 25
Align: Right Align: Right

View File

@@ -26,7 +26,7 @@ Container@MAINMENU:
Contrast: True Contrast: True
Container@MENUS: Container@MENUS:
X: 13 + (WINDOW_RIGHT - 522) / 4 - WIDTH / 2 X: 13 + (WINDOW_RIGHT - 522) / 4 - WIDTH / 2
Y: WINDOW_BOTTOM/2-HEIGHT/2 Y: WINDOW_BOTTOM / 2 - HEIGHT / 2
Width: 200 Width: 200
Height: 320 Height: 320
Children: Children:
@@ -43,42 +43,42 @@ Container@MAINMENU:
Align: Center Align: Center
Font: Bold Font: Bold
Button@SINGLEPLAYER_BUTTON: Button@SINGLEPLAYER_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 60 Y: 60
Width: 140 Width: 140
Height: 30 Height: 30
Text: Singleplayer Text: Singleplayer
Font: Bold Font: Bold
Button@MULTIPLAYER_BUTTON: Button@MULTIPLAYER_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100 Y: 100
Width: 140 Width: 140
Height: 30 Height: 30
Text: Multiplayer Text: Multiplayer
Font: Bold Font: Bold
Button@SETTINGS_BUTTON: Button@SETTINGS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 140 Y: 140
Width: 140 Width: 140
Height: 30 Height: 30
Text: Settings Text: Settings
Font: Bold Font: Bold
Button@EXTRAS_BUTTON: Button@EXTRAS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 180 Y: 180
Width: 140 Width: 140
Height: 30 Height: 30
Text: Extras Text: Extras
Font: Bold Font: Bold
Button@CONTENT_BUTTON: Button@CONTENT_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 220 Y: 220
Width: 140 Width: 140
Height: 30 Height: 30
Text: Manage Content Text: Manage Content
Font: Bold Font: Bold
Button@QUIT_BUTTON: Button@QUIT_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 260 Y: 260
Width: 140 Width: 140
Height: 30 Height: 30
@@ -97,21 +97,21 @@ Container@MAINMENU:
Align: Center Align: Center
Font: Bold Font: Bold
Button@SKIRMISH_BUTTON: Button@SKIRMISH_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 60 Y: 60
Width: 140 Width: 140
Height: 30 Height: 30
Text: Skirmish Text: Skirmish
Font: Bold Font: Bold
Button@MISSIONS_BUTTON: Button@MISSIONS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100 Y: 100
Width: 140 Width: 140
Height: 30 Height: 30
Text: Missions Text: Missions
Font: Bold Font: Bold
Button@BACK_BUTTON: Button@BACK_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Key: escape Key: escape
Y: 260 Y: 260
Width: 140 Width: 140
@@ -131,42 +131,42 @@ Container@MAINMENU:
Align: Center Align: Center
Font: Bold Font: Bold
Button@REPLAYS_BUTTON: Button@REPLAYS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 60 Y: 60
Width: 140 Width: 140
Height: 30 Height: 30
Text: Replays Text: Replays
Font: Bold Font: Bold
Button@MUSIC_BUTTON: Button@MUSIC_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100 Y: 100
Width: 140 Width: 140
Height: 30 Height: 30
Text: Music Text: Music
Font: Bold Font: Bold
Button@MAP_EDITOR_BUTTON: Button@MAP_EDITOR_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 140 Y: 140
Width: 140 Width: 140
Height: 30 Height: 30
Text: Map Editor Text: Map Editor
Font: Bold Font: Bold
Button@ASSETBROWSER_BUTTON: Button@ASSETBROWSER_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 180 Y: 180
Width: 140 Width: 140
Height: 30 Height: 30
Text: Asset Browser Text: Asset Browser
Font: Bold Font: Bold
Button@CREDITS_BUTTON: Button@CREDITS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 220 Y: 220
Width: 140 Width: 140
Height: 30 Height: 30
Text: Credits Text: Credits
Font: Bold Font: Bold
Button@BACK_BUTTON: Button@BACK_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Key: escape Key: escape
Y: 260 Y: 260
Width: 140 Width: 140
@@ -186,21 +186,21 @@ Container@MAINMENU:
Align: Center Align: Center
Font: Bold Font: Bold
Button@NEW_MAP_BUTTON: Button@NEW_MAP_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 60 Y: 60
Width: 140 Width: 140
Height: 30 Height: 30
Text: New Map Text: New Map
Font: Bold Font: Bold
Button@LOAD_MAP_BUTTON: Button@LOAD_MAP_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100 Y: 100
Width: 140 Width: 140
Height: 30 Height: 30
Text: Load Map Text: Load Map
Font: Bold Font: Bold
Button@BACK_BUTTON: Button@BACK_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Key: escape Key: escape
Y: 260 Y: 260
Width: 140 Width: 140
@@ -208,8 +208,8 @@ Container@MAINMENU:
Text: Back Text: Back
Font: Bold Font: Bold
Background@SYSTEM_INFO_PROMPT: Background@SYSTEM_INFO_PROMPT:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 520 Width: 520
Height: 260 Height: 260
Children: Children:
@@ -285,7 +285,7 @@ Container@MAINMENU:
Width: 200 Width: 200
Height: 200 Height: 200
Background@NEWS_BG: Background@NEWS_BG:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: 35 Y: 35
Width: 430 Width: 430
Height: 55 Height: 55

View File

@@ -1,6 +1,6 @@
Background@MAPCHOOSER_PANEL: Background@MAPCHOOSER_PANEL:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Logic: MapChooserLogic Logic: MapChooserLogic
Width: 808 Width: 808
Height: 600 Height: 600
@@ -53,7 +53,7 @@ Background@MAPCHOOSER_PANEL:
Visible: false Visible: false
Children: Children:
MapPreview@PREVIEW: MapPreview@PREVIEW:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 3 Y: 3
Width: 179 Width: 179
Height: 179 Height: 179
@@ -61,25 +61,25 @@ Background@MAPCHOOSER_PANEL:
IgnoreMouseInput: true IgnoreMouseInput: true
Label@TITLE: Label@TITLE:
X: 4 X: 4
Y: PARENT_BOTTOM-53 Y: PARENT_BOTTOM - 53
Width: PARENT_RIGHT-8 Width: PARENT_RIGHT - 8
Align: Center Align: Center
Label@DETAILS: Label@DETAILS:
Width: PARENT_RIGHT-8 Width: PARENT_RIGHT - 8
X: 4 X: 4
Y: PARENT_BOTTOM-37 Y: PARENT_BOTTOM - 37
Align: Center Align: Center
Font: Tiny Font: Tiny
Label@AUTHOR: Label@AUTHOR:
Width: PARENT_RIGHT-8 Width: PARENT_RIGHT - 8
X: 4 X: 4
Y: PARENT_BOTTOM-25 Y: PARENT_BOTTOM - 25
Align: Center Align: Center
Font: Tiny Font: Tiny
Label@SIZE: Label@SIZE:
Width: PARENT_RIGHT-8 Width: PARENT_RIGHT - 8
X: 4 X: 4
Y: PARENT_BOTTOM-13 Y: PARENT_BOTTOM - 13
Align: Center Align: Center
Font: Tiny Font: Tiny
Label@FILTER_DESC: Label@FILTER_DESC:

View File

@@ -1,7 +1,7 @@
Background@MISSIONBROWSER_PANEL: Background@MISSIONBROWSER_PANEL:
Logic: MissionBrowserLogic Logic: MissionBrowserLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 682 Width: 682
Height: 487 Height: 487
Children: Children:
@@ -20,7 +20,7 @@ Background@MISSIONBROWSER_PANEL:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: scrollheader BaseName: scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Visible: false Visible: false
@@ -31,13 +31,13 @@ Background@MISSIONBROWSER_PANEL:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Children: Children:
Label@TITLE: Label@TITLE:
X: 10 X: 10
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
Container@MISSION_INFO: Container@MISSION_INFO:
X: 300 X: 300
@@ -53,8 +53,8 @@ Background@MISSIONBROWSER_PANEL:
MapPreview@MISSION_PREVIEW: MapPreview@MISSION_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
IgnoreMouseOver: True IgnoreMouseOver: True
IgnoreMouseInput: True IgnoreMouseInput: True
ShowSpawnPoints: False ShowSpawnPoints: False

View File

@@ -40,20 +40,20 @@ Container@MULTIPLAYER_BROWSER_PANEL:
Children: Children:
ScrollItem@HEADER_TEMPLATE: ScrollItem@HEADER_TEMPLATE:
X: 2 X: 2
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 20 Height: 20
BaseName: scrollheader BaseName: scrollheader
Visible: false Visible: false
Children: Children:
Label@LABEL: Label@LABEL:
Y: 0-1 Y: 0 - 1
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 20 Height: 20
Align: Center Align: Center
ScrollItem@SERVER_TEMPLATE: ScrollItem@SERVER_TEMPLATE:
X: 2 X: 2
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
Children: Children:
Label@TITLE: Label@TITLE:
@@ -86,7 +86,7 @@ Container@MULTIPLAYER_BROWSER_PANEL:
Align: Center Align: Center
Visible: false Visible: false
Container@SELECTED_SERVER: Container@SELECTED_SERVER:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Y: 30 Y: 30
Width: 174 Width: 174
Height: 280 Height: 280
@@ -99,8 +99,8 @@ Container@MULTIPLAYER_BROWSER_PANEL:
MapPreview@SELECTED_MAP_PREVIEW: MapPreview@SELECTED_MAP_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Label@SELECTED_MAP: Label@SELECTED_MAP:
Y: 172 Y: 172

View File

@@ -111,7 +111,7 @@ Container@MULTIPLAYER_CREATESERVER_PANEL:
WordWrap: True WordWrap: True
Text: Your router does not seem to support UPnP. Please consult your router's manual. Text: Your router does not seem to support UPnP. Please consult your router's manual.
Container@SIDEBAR: Container@SIDEBAR:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Y: 30 Y: 30
Width: 174 Width: 174
Height: 280 Height: 280
@@ -134,7 +134,7 @@ Container@MULTIPLAYER_CREATESERVER_PANEL:
Align: Center Align: Center
Button@MAP_BUTTON: Button@MAP_BUTTON:
X: PARENT_RIGHT - WIDTH X: PARENT_RIGHT - WIDTH
Y: 284-30 Y: 284 - 30
Width: 174 Width: 174
Height: 25 Height: 25
Text: Choose Map Text: Choose Map

View File

@@ -42,7 +42,7 @@ Container@MULTIPLAYER_DIRECTCONNECT_PANEL:
Height: 25 Height: 25
MaxLength: 5 MaxLength: 5
Container@SIDEBAR: Container@SIDEBAR:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Y: 30 Y: 30
Width: 174 Width: 174
Height: 280 Height: 280

View File

@@ -14,7 +14,7 @@ Container@GLOBALCHAT_PANEL:
Children: Children:
Label@CHANNEL_TOPIC: Label@CHANNEL_TOPIC:
X: 10 X: 10
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 20 Width: PARENT_RIGHT - 20
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Font: TinyBold Font: TinyBold
@@ -57,19 +57,19 @@ Container@GLOBALCHAT_PANEL:
LeftMargin: 60 LeftMargin: 60
Children: Children:
Label@LABEL_CHATTYPE: Label@LABEL_CHATTYPE:
Y: 0-1 Y: 0 - 1
Width: 55 Width: 55
Height: 25 Height: 25
Align: Right Align: Right
Text: Global: Text: Global:
ScrollPanel@NICKNAME_PANEL: ScrollPanel@NICKNAME_PANEL:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Width: 174 Width: 174
Height: PARENT_BOTTOM - 30 Height: PARENT_BOTTOM - 30
Children: Children:
Container@NICKNAME_TEMPLATE: Container@NICKNAME_TEMPLATE:
Height: 20 Height: 20
Width: PARENT_RIGHT-25 Width: PARENT_RIGHT - 25
Children: Children:
Image@INDICATOR: Image@INDICATOR:
ImageCollection: lobby-bits ImageCollection: lobby-bits
@@ -78,10 +78,10 @@ Container@GLOBALCHAT_PANEL:
Y: 9 Y: 9
Label@NICK: Label@NICK:
X: 15 X: 15
Width: PARENT_RIGHT-15 Width: PARENT_RIGHT - 15
Height: 20 Height: 20
Button@DISCONNECT_BUTTON: Button@DISCONNECT_BUTTON:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Y: PARENT_BOTTOM - 25 Y: PARENT_BOTTOM - 25
Width: 174 Width: 174
Height: 25 Height: 25

View File

@@ -1,7 +1,7 @@
Background@MULTIPLAYER_PANEL: Background@MULTIPLAYER_PANEL:
Logic: MultiplayerLogic Logic: MultiplayerLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 808 Width: 808
Height: 600 Height: 600
Children: Children:
@@ -74,7 +74,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@WAITING_FOR_PLAYERS: Checkbox@WAITING_FOR_PLAYERS:
X: 5 X: 5
Y: 5 Y: 5
Width: PARENT_RIGHT-29 Width: PARENT_RIGHT - 29
Height: 20 Height: 20
Text: Waiting Text: Waiting
TextColor: 32CD32 TextColor: 32CD32
@@ -82,14 +82,14 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@EMPTY: Checkbox@EMPTY:
X: 5 X: 5
Y: 30 Y: 30
Width: PARENT_RIGHT-29 Width: PARENT_RIGHT - 29
Height: 20 Height: 20
Text: Empty Text: Empty
Font: Regular Font: Regular
Checkbox@PASSWORD_PROTECTED: Checkbox@PASSWORD_PROTECTED:
X: 5 X: 5
Y: 55 Y: 55
Width: PARENT_RIGHT-29 Width: PARENT_RIGHT - 29
Height: 20 Height: 20
Text: Protected Text: Protected
TextColor: FF0000 TextColor: FF0000
@@ -97,7 +97,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@ALREADY_STARTED: Checkbox@ALREADY_STARTED:
X: 5 X: 5
Y: 80 Y: 80
Width: PARENT_RIGHT-29 Width: PARENT_RIGHT - 29
Height: 20 Height: 20
Text: Started Text: Started
TextColor: FFA500 TextColor: FFA500
@@ -105,7 +105,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
Checkbox@INCOMPATIBLE_VERSION: Checkbox@INCOMPATIBLE_VERSION:
X: 5 X: 5
Y: 105 Y: 105
Width: PARENT_RIGHT-29 Width: PARENT_RIGHT - 29
Height: 20 Height: 20
Text: Incompatible Text: Incompatible
TextColor: BEBEBE TextColor: BEBEBE

View File

@@ -1,7 +1,7 @@
Background@MUSIC_PANEL: Background@MUSIC_PANEL:
Logic: MusicPlayerLogic Logic: MusicPlayerLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 400)/2 Y: (WINDOW_BOTTOM - 400) / 2
Width: 360 Width: 360
Height: 450 Height: 450
Children: Children:
@@ -13,7 +13,7 @@ Background@MUSIC_PANEL:
Height: 275 Height: 275
Children: Children:
ScrollItem@MUSIC_TEMPLATE: ScrollItem@MUSIC_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -21,11 +21,11 @@ Background@MUSIC_PANEL:
Children: Children:
Label@TITLE: Label@TITLE:
X: 10 X: 10
Width: PARENT_RIGHT-50 Width: PARENT_RIGHT - 50
Height: 25 Height: 25
Label@LENGTH: Label@LENGTH:
Width: 50 Width: 50
X: PARENT_RIGHT-60 X: PARENT_RIGHT - 60
Align: Right Align: Right
Height: 25 Height: 25
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
@@ -40,7 +40,7 @@ Background@MUSIC_PANEL:
Align: Center Align: Center
Font: Bold Font: Bold
Label@TYPE: Label@TYPE:
X: PARENT_RIGHT-85 X: PARENT_RIGHT - 85
Height: 25 Height: 25
Width: 50 Width: 50
Text: Length Text: Length
@@ -48,7 +48,7 @@ Background@MUSIC_PANEL:
Font: Bold Font: Bold
Container@BUTTONS: Container@BUTTONS:
X: 15 X: 15
Y: PARENT_BOTTOM-HEIGHT-85 Y: PARENT_BOTTOM - HEIGHT - 85
Width: 170 Width: 170
Children: Children:
Button@BUTTON_PREV: Button@BUTTON_PREV:
@@ -123,7 +123,7 @@ Background@MUSIC_PANEL:
Height: 20 Height: 20
Ticks: 5 Ticks: 5
Label@TIME_LABEL: Label@TIME_LABEL:
X: (PARENT_RIGHT-WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 330 Y: 330
Width: 140 Width: 140
Height: 25 Height: 25
@@ -136,7 +136,7 @@ Background@MUSIC_PANEL:
Height: 20 Height: 20
Text: Shuffle Text: Shuffle
Checkbox@REPEAT: Checkbox@REPEAT:
X: PARENT_RIGHT-15-WIDTH X: PARENT_RIGHT - 15 - WIDTH
Y: 335 Y: 335
Width: 70 Width: 70
Height: 20 Height: 20
@@ -149,26 +149,26 @@ Background@MUSIC_PANEL:
Visible: false Visible: false
Children: Children:
Label@TITLE: Label@TITLE:
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Font: Bold Font: Bold
Align: Center Align: Center
Text: Music Not Installed Text: Music Not Installed
Label@DESCA: Label@DESCA:
Y: 20 Y: 20
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: The game music can be installed Text: The game music can be installed
Label@DESCB: Label@DESCB:
Y: 40 Y: 40
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: from the "Manage Content" menu Text: from the "Manage Content" menu
Label@DESCC: Label@DESCC:
Y: 60 Y: 60
Width: PARENT_RIGHT-24 Width: PARENT_RIGHT - 24
Height: 25 Height: 25
Align: Center Align: Center
Text: in the mod chooser. Text: in the mod chooser.

View File

@@ -1,7 +1,7 @@
Background@REPLAYBROWSER_PANEL: Background@REPLAYBROWSER_PANEL:
Logic: ReplayBrowserLogic Logic: ReplayBrowserLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 780 Width: 780
Height: 535 Height: 535
Children: Children:
@@ -172,14 +172,14 @@ Background@REPLAYBROWSER_PANEL:
CollapseHiddenChildren: True CollapseHiddenChildren: True
Children: Children:
ScrollItem@REPLAY_TEMPLATE: ScrollItem@REPLAY_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Visible: false Visible: false
Children: Children:
Label@TITLE: Label@TITLE:
X: 10 X: 10
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
Container@MAP_BG_CONTAINER: Container@MAP_BG_CONTAINER:
X: PARENT_RIGHT - WIDTH - 20 X: PARENT_RIGHT - WIDTH - 20
@@ -207,9 +207,9 @@ Background@REPLAYBROWSER_PANEL:
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Container@REPLAY_INFO: Container@REPLAY_INFO:
X: PARENT_RIGHT - WIDTH - 20 X: PARENT_RIGHT - WIDTH - 20
Y: 20 + 30+194 + 10 Y: 20 + 30 + 194 + 10
Width: 194 Width: 194
Height: PARENT_BOTTOM - 20 - 30-194 - 10 - 55 Height: PARENT_BOTTOM - 20 - 30 - 194 - 10 - 55
Children: Children:
Label@MAP_TITLE: Label@MAP_TITLE:
Y: 0 Y: 0
@@ -237,7 +237,7 @@ Background@REPLAYBROWSER_PANEL:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: scrollheader BaseName: scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -249,7 +249,7 @@ Background@REPLAYBROWSER_PANEL:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -262,7 +262,7 @@ Background@REPLAYBROWSER_PANEL:
Height: 16 Height: 16
Label@LABEL: Label@LABEL:
X: 40 X: 40
Width: PARENT_RIGHT-50 Width: PARENT_RIGHT - 50
Height: 25 Height: 25
Shadow: True Shadow: True
Label@NOFLAG_LABEL: Label@NOFLAG_LABEL:

View File

@@ -1,7 +1,7 @@
Background@SETTINGS_PANEL: Background@SETTINGS_PANEL:
Logic: SettingsLogic Logic: SettingsLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM- HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 600 Width: 600
Height: 450 Height: 450
Children: Children:
@@ -83,7 +83,7 @@ Background@SETTINGS_PANEL:
Label@At: Label@At:
Text: @ Text: @
Font: Bold Font: Bold
Y: 0-1 Y: 0 - 1
Height: 25 Height: 25
Width: 25 Width: 25
Align: Center Align: Center
@@ -96,7 +96,7 @@ Background@SETTINGS_PANEL:
Text: x Text: x
Font: Bold Font: Bold
X: 70 X: 70
Y: 0-1 Y: 0 - 1
Height: 25 Height: 25
Width: 15 Width: 15
Align: Center Align: Center
@@ -187,8 +187,8 @@ Background@SETTINGS_PANEL:
ColorBlock@COLORBLOCK: ColorBlock@COLORBLOCK:
X: 5 X: 5
Y: 6 Y: 6
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: PARENT_BOTTOM-12 Height: PARENT_BOTTOM - 12
Label@STATUS_BARS: Label@STATUS_BARS:
X: 310 X: 310
Y: 275 Y: 275
@@ -460,12 +460,12 @@ Background@SETTINGS_PANEL:
Visible: false Visible: false
Children: Children:
Label@FUNCTION: Label@FUNCTION:
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 85 Width: PARENT_RIGHT - 85
Height: 25 Height: 25
Align: Right Align: Right
HotkeyEntry@HOTKEY: HotkeyEntry@HOTKEY:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Width: 80 Width: 80
Height: 25 Height: 25
Container@UNIT_TEMPLATE: Container@UNIT_TEMPLATE:
@@ -474,12 +474,12 @@ Background@SETTINGS_PANEL:
Visible: false Visible: false
Children: Children:
Label@FUNCTION: Label@FUNCTION:
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 84 Width: PARENT_RIGHT - 84
Height: 25 Height: 25
Align: Right Align: Right
HotkeyEntry@HOTKEY: HotkeyEntry@HOTKEY:
X: PARENT_RIGHT-WIDTH+1 X: PARENT_RIGHT - WIDTH + 1
Width: 80 Width: 80
Height: 25 Height: 25
Container@PRODUCTION_TEMPLATE: Container@PRODUCTION_TEMPLATE:
@@ -488,12 +488,12 @@ Background@SETTINGS_PANEL:
Visible: false Visible: false
Children: Children:
Label@FUNCTION: Label@FUNCTION:
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 84 Width: PARENT_RIGHT - 84
Height: 25 Height: 25
Align: Right Align: Right
HotkeyEntry@HOTKEY: HotkeyEntry@HOTKEY:
X: PARENT_RIGHT-WIDTH+1 X: PARENT_RIGHT - WIDTH + 1
Width: 80 Width: 80
Height: 25 Height: 25
Container@DEVELOPER_TEMPLATE: Container@DEVELOPER_TEMPLATE:
@@ -502,12 +502,12 @@ Background@SETTINGS_PANEL:
Visible: false Visible: false
Children: Children:
Label@FUNCTION: Label@FUNCTION:
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT - 115 Width: PARENT_RIGHT - 115
Height: 25 Height: 25
Align: Right Align: Right
HotkeyEntry@HOTKEY: HotkeyEntry@HOTKEY:
X: PARENT_RIGHT-WIDTH X: PARENT_RIGHT - WIDTH
Width: 110 Width: 110
Height: 25 Height: 25
Container@ADVANCED_PANEL: Container@ADVANCED_PANEL:

View File

@@ -8,7 +8,7 @@ Background@SIMPLE_TOOLTIP:
Height: 19 Height: 19
Label@LABEL: Label@LABEL:
X: 7 X: 7
Y: 0-1 Y: 0 - 1
Height: 23 Height: 23
Font: Bold Font: Bold

View File

@@ -3,7 +3,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: scrollheader BaseName: scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -15,7 +15,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -23,14 +23,14 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Children: Children:
Label@LABEL: Label@LABEL:
X: 10 X: 10
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
ScrollPanel@TEAM_DROPDOWN_TEMPLATE: ScrollPanel@TEAM_DROPDOWN_TEMPLATE:
Width: DROPDOWN_WIDTH Width: DROPDOWN_WIDTH
Children: Children:
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -46,7 +46,7 @@ ScrollPanel@SPAWN_DROPDOWN_TEMPLATE:
Width: DROPDOWN_WIDTH Width: DROPDOWN_WIDTH
Children: Children:
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -63,7 +63,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: scrollheader BaseName: scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -75,7 +75,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0

View File

@@ -68,19 +68,19 @@ Container@SKIRMISH_STATS:
Children: Children:
Label@TEAM: Label@TEAM:
X: 6 X: 6
Y: 0-2 Y: 0 - 2
Width: 160 Width: 160
Height: 20 Height: 20
Font: Bold Font: Bold
Label@TEAM_SCORE: Label@TEAM_SCORE:
X: 360 X: 360
Y: 0-2 Y: 0 - 2
Width: 75 Width: 75
Height: 20 Height: 20
Font: Bold Font: Bold
Align: Right Align: Right
Container@PLAYER_TEMPLATE: Container@PLAYER_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Children: Children:

View File

@@ -12,12 +12,12 @@ Container@INGAME_MENU:
Container@PANEL_ROOT: Container@PANEL_ROOT:
Background@MENU_BUTTONS: Background@MENU_BUTTONS:
X: 13 + (WINDOW_RIGHT - 522) / 4 - WIDTH / 2 X: 13 + (WINDOW_RIGHT - 522) / 4 - WIDTH / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 200 Width: 200
Height: 295 Height: 295
Children: Children:
Label@LABEL_TITLE: Label@LABEL_TITLE:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 20 Y: 20
Width: 200 Width: 200
Height: 30 Height: 30
@@ -25,7 +25,7 @@ Container@INGAME_MENU:
Align: Center Align: Center
Font: Bold Font: Bold
Button@RESUME: Button@RESUME:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 60 Y: 60
Width: 140 Width: 140
Height: 30 Height: 30
@@ -33,42 +33,42 @@ Container@INGAME_MENU:
Font: Bold Font: Bold
Key: escape Key: escape
Button@SETTINGS: Button@SETTINGS:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 100 Y: 100
Width: 140 Width: 140
Height: 30 Height: 30
Text: Settings Text: Settings
Font: Bold Font: Bold
Button@MUSIC: Button@MUSIC:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 140 Y: 140
Width: 140 Width: 140
Height: 30 Height: 30
Text: Music Text: Music
Font: Bold Font: Bold
Button@SURRENDER: Button@SURRENDER:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 180 Y: 180
Width: 140 Width: 140
Height: 30 Height: 30
Text: Surrender Text: Surrender
Font: Bold Font: Bold
Button@SAVE_MAP: Button@SAVE_MAP:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 180 Y: 180
Width: 140 Width: 140
Height: 30 Height: 30
Text: Save Map Text: Save Map
Font: Bold Font: Bold
Button@ABORT_MISSION: Button@ABORT_MISSION:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 220 Y: 220
Width: 140 Width: 140
Height: 30 Height: 30
Text: Abort Mission Text: Abort Mission
Font: Bold Font: Bold
Button@EXIT_EDITOR: Button@EXIT_EDITOR:
X: (PARENT_RIGHT - WIDTH)/2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 220 Y: 220
Width: 140 Width: 140
Height: 30 Height: 30

View File

@@ -20,8 +20,8 @@ Container@PLAYER_WIDGETS:
Container@PALETTE_FOREGROUND: Container@PALETTE_FOREGROUND:
Children: Children:
Image@ICON_TEMPLATE: Image@ICON_TEMPLATE:
X: 0-2 X: 0 - 2
Y: 0-2 Y: 0 - 2
Width: 60 Width: 60
Height: 48 Height: 48
IgnoreMouseOver: true IgnoreMouseOver: true

View File

@@ -14,8 +14,8 @@ Background@LOBBY_OPTIONS_BIN:
Container: Container:
X: 30 X: 30
Y: 30 Y: 30
Width: PARENT_RIGHT-60 Width: PARENT_RIGHT - 60
Height: PARENT_BOTTOM-75 Height: PARENT_BOTTOM - 75
Children: Children:
Checkbox@EXPLORED_MAP_CHECKBOX: Checkbox@EXPLORED_MAP_CHECKBOX:
Width: 150 Width: 150

View File

@@ -4,7 +4,7 @@ Container@LOBBY_PLAYER_BIN:
Children: Children:
Container@LABEL_CONTAINER: Container@LABEL_CONTAINER:
X: 5 X: 5
Y: 0-27 Y: 0 - 27
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
@@ -75,8 +75,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -104,8 +104,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@COLORBLOCK: ColorBlock@COLORBLOCK:
X: 5 X: 5
Y: 6 Y: 6
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: PARENT_BOTTOM-12 Height: PARENT_BOTTOM - 12
DropDownButton@FACTION: DropDownButton@FACTION:
X: 270 X: 270
Width: 130 Width: 130
@@ -169,8 +169,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -178,7 +178,7 @@ Container@LOBBY_PLAYER_BIN:
Template: CLIENT_TOOLTIP Template: CLIENT_TOOLTIP
Label@NAME: Label@NAME:
X: 20 X: 20
Y: 0-1 Y: 0 - 1
Width: 165 Width: 165
Height: 25 Height: 25
Text: Name Text: Name
@@ -246,7 +246,7 @@ Container@LOBBY_PLAYER_BIN:
Children: Children:
Label@NAME: Label@NAME:
X: 20 X: 20
Y: 0-1 Y: 0 - 1
Width: 165 Width: 165
Height: 25 Height: 25
Text: Name Text: Name
@@ -281,8 +281,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -335,8 +335,8 @@ Container@LOBBY_PLAYER_BIN:
ColorBlock@LATENCY_COLOR: ColorBlock@LATENCY_COLOR:
X: 2 X: 2
Y: 2 Y: 2
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT - 4
Height: PARENT_BOTTOM-4 Height: PARENT_BOTTOM - 4
ClientTooltipRegion@CLIENT_REGION: ClientTooltipRegion@CLIENT_REGION:
Width: 11 Width: 11
Height: 25 Height: 25
@@ -344,7 +344,7 @@ Container@LOBBY_PLAYER_BIN:
Template: CLIENT_TOOLTIP Template: CLIENT_TOOLTIP
Label@NAME: Label@NAME:
X: 20 X: 20
Y: 0-1 Y: 0 - 1
Width: 160 Width: 160
Height: 25 Height: 25
Text: Name Text: Name
@@ -394,7 +394,7 @@ ScrollPanel@FACTION_DROPDOWN_TEMPLATE:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: scrollheader BaseName: scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -406,7 +406,7 @@ ScrollPanel@FACTION_DROPDOWN_TEMPLATE:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0

View File

@@ -13,7 +13,7 @@ Container@MAINMENU:
Contrast: True Contrast: True
Container@MENUS: Container@MENUS:
X: 13 + (WINDOW_RIGHT - 522) / 4 - WIDTH / 2 X: 13 + (WINDOW_RIGHT - 522) / 4 - WIDTH / 2
Y: WINDOW_BOTTOM/2-HEIGHT/2 Y: WINDOW_BOTTOM / 2 - HEIGHT / 2
Width: 200 Width: 200
Height: 320 Height: 320
Children: Children:
@@ -30,42 +30,42 @@ Container@MAINMENU:
Align: Center Align: Center
Font: Bold Font: Bold
Button@SINGLEPLAYER_BUTTON: Button@SINGLEPLAYER_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 60 Y: 60
Width: 140 Width: 140
Height: 30 Height: 30
Text: Singleplayer Text: Singleplayer
Font: Bold Font: Bold
Button@MULTIPLAYER_BUTTON: Button@MULTIPLAYER_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100 Y: 100
Width: 140 Width: 140
Height: 30 Height: 30
Text: Multiplayer Text: Multiplayer
Font: Bold Font: Bold
Button@SETTINGS_BUTTON: Button@SETTINGS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 140 Y: 140
Width: 140 Width: 140
Height: 30 Height: 30
Text: Settings Text: Settings
Font: Bold Font: Bold
Button@EXTRAS_BUTTON: Button@EXTRAS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 180 Y: 180
Width: 140 Width: 140
Height: 30 Height: 30
Text: Extras Text: Extras
Font: Bold Font: Bold
Button@CONTENT_BUTTON: Button@CONTENT_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 220 Y: 220
Width: 140 Width: 140
Height: 30 Height: 30
Text: Manage Content Text: Manage Content
Font: Bold Font: Bold
Button@QUIT_BUTTON: Button@QUIT_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 260 Y: 260
Width: 140 Width: 140
Height: 30 Height: 30
@@ -84,21 +84,21 @@ Container@MAINMENU:
Align: Center Align: Center
Font: Bold Font: Bold
Button@SKIRMISH_BUTTON: Button@SKIRMISH_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 60 Y: 60
Width: 140 Width: 140
Height: 30 Height: 30
Text: Skirmish Text: Skirmish
Font: Bold Font: Bold
Button@MISSIONS_BUTTON: Button@MISSIONS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100 Y: 100
Width: 140 Width: 140
Height: 30 Height: 30
Text: Missions Text: Missions
Font: Bold Font: Bold
Button@BACK_BUTTON: Button@BACK_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Key: escape Key: escape
Y: 260 Y: 260
Width: 140 Width: 140
@@ -118,42 +118,42 @@ Container@MAINMENU:
Align: Center Align: Center
Font: Bold Font: Bold
Button@REPLAYS_BUTTON: Button@REPLAYS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 60 Y: 60
Width: 140 Width: 140
Height: 30 Height: 30
Text: Replays Text: Replays
Font: Bold Font: Bold
Button@MUSIC_BUTTON: Button@MUSIC_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100 Y: 100
Width: 140 Width: 140
Height: 30 Height: 30
Text: Music Text: Music
Font: Bold Font: Bold
Button@MAP_EDITOR_BUTTON: Button@MAP_EDITOR_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 140 Y: 140
Width: 140 Width: 140
Height: 30 Height: 30
Text: Map Editor Text: Map Editor
Font: Bold Font: Bold
Button@ASSETBROWSER_BUTTON: Button@ASSETBROWSER_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 180 Y: 180
Width: 140 Width: 140
Height: 30 Height: 30
Text: Asset Browser Text: Asset Browser
Font: Bold Font: Bold
Button@CREDITS_BUTTON: Button@CREDITS_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 220 Y: 220
Width: 140 Width: 140
Height: 30 Height: 30
Text: Credits Text: Credits
Font: Bold Font: Bold
Button@BACK_BUTTON: Button@BACK_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Key: escape Key: escape
Y: 260 Y: 260
Width: 140 Width: 140
@@ -173,21 +173,21 @@ Container@MAINMENU:
Align: Center Align: Center
Font: Bold Font: Bold
Button@NEW_MAP_BUTTON: Button@NEW_MAP_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 60 Y: 60
Width: 140 Width: 140
Height: 30 Height: 30
Text: New Map Text: New Map
Font: Bold Font: Bold
Button@LOAD_MAP_BUTTON: Button@LOAD_MAP_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Y: 100 Y: 100
Width: 140 Width: 140
Height: 30 Height: 30
Text: Load Map Text: Load Map
Font: Bold Font: Bold
Button@BACK_BUTTON: Button@BACK_BUTTON:
X: PARENT_RIGHT/2-WIDTH/2 X: PARENT_RIGHT / 2 - WIDTH / 2
Key: escape Key: escape
Y: 260 Y: 260
Width: 140 Width: 140
@@ -195,8 +195,8 @@ Container@MAINMENU:
Text: Back Text: Back
Font: Bold Font: Bold
Background@SYSTEM_INFO_PROMPT: Background@SYSTEM_INFO_PROMPT:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 520 Width: 520
Height: 260 Height: 260
Children: Children:
@@ -250,7 +250,7 @@ Container@MAINMENU:
Font: Bold Font: Bold
Key: return Key: return
Background@NEWS_BG: Background@NEWS_BG:
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: 35 Y: 35
Width: 430 Width: 430
Height: 55 Height: 55

View File

@@ -1,7 +1,7 @@
Background@MISSIONBROWSER_PANEL: Background@MISSIONBROWSER_PANEL:
Logic: MissionBrowserLogic Logic: MissionBrowserLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 880 Width: 880
Height: 591 Height: 591
Children: Children:
@@ -20,7 +20,7 @@ Background@MISSIONBROWSER_PANEL:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: scrollheader BaseName: scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Visible: false Visible: false
@@ -31,13 +31,13 @@ Background@MISSIONBROWSER_PANEL:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Children: Children:
Label@TITLE: Label@TITLE:
X: 10 X: 10
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
Label@DIFFICULTY_DESC: Label@DIFFICULTY_DESC:
X: 210 - WIDTH - 125 X: 210 - WIDTH - 125
@@ -79,8 +79,8 @@ Background@MISSIONBROWSER_PANEL:
MapPreview@MISSION_PREVIEW: MapPreview@MISSION_PREVIEW:
X: 1 X: 1
Y: 1 Y: 1
Width: PARENT_RIGHT-2 Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM-2 Height: PARENT_BOTTOM - 2
IgnoreMouseOver: True IgnoreMouseOver: True
IgnoreMouseInput: True IgnoreMouseInput: True
ShowSpawnPoints: False ShowSpawnPoints: False

View File

@@ -8,7 +8,7 @@ Background@SIMPLE_TOOLTIP:
Height: 19 Height: 19
Label@LABEL: Label@LABEL:
X: 5 X: 5
Y: 0-2 Y: 0 - 2
Height: 23 Height: 23
Font: Bold Font: Bold

View File

@@ -44,7 +44,7 @@ Background@CONTENT_PANEL:
Height: 23 Height: 23
Label@REQUIRED: Label@REQUIRED:
X: 185 X: 185
Y: 0-2 Y: 0 - 2
Width: 90 Width: 90
Height: 23 Height: 23
Align: Center Align: Center
@@ -69,7 +69,7 @@ Background@CONTENT_PANEL:
Text: Download Text: Download
Label@INSTALLED: Label@INSTALLED:
X: 304 X: 304
Y: 0-2 Y: 0 - 2
Width: 100 Width: 100
Height: 23 Height: 23
Align: Center Align: Center
@@ -78,7 +78,7 @@ Background@CONTENT_PANEL:
Text: Installed Text: Installed
Label@REQUIRES_DISC: Label@REQUIRES_DISC:
X: 304 X: 304
Y: 0-2 Y: 0 - 2
Width: 100 Width: 100
Height: 23 Height: 23
Align: Center Align: Center
@@ -182,8 +182,8 @@ Container@PACKAGE_DOWNLOAD_PANEL:
Background@DISC_INSTALL_PANEL: Background@DISC_INSTALL_PANEL:
Logic: InstallFromDiscLogic Logic: InstallFromDiscLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 500 Width: 500
Height: 177 Height: 177
Background: panel-bg Background: panel-bg
@@ -290,8 +290,8 @@ Background@DISC_INSTALL_PANEL:
Background@CONTENT_PROMPT_PANEL: Background@CONTENT_PROMPT_PANEL:
Logic: ModContentPromptLogic Logic: ModContentPromptLogic
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 500 Width: 500
Height: 140 Height: 140
Background: panel-bg Background: panel-bg

View File

@@ -22,7 +22,7 @@ Container@OBSERVER_WIDGETS:
Background: sidebar-button-observer Background: sidebar-button-observer
Children: Children:
LabelWithTooltip@GAME_TIMER: LabelWithTooltip@GAME_TIMER:
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Align: Center Align: Center

View File

@@ -3,7 +3,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: scrollheader BaseName: scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -15,7 +15,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -23,14 +23,14 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Children: Children:
Label@LABEL: Label@LABEL:
X: 10 X: 10
Width: PARENT_RIGHT-20 Width: PARENT_RIGHT - 20
Height: 25 Height: 25
ScrollPanel@TEAM_DROPDOWN_TEMPLATE: ScrollPanel@TEAM_DROPDOWN_TEMPLATE:
Width: DROPDOWN_WIDTH Width: DROPDOWN_WIDTH
Children: Children:
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -46,7 +46,7 @@ ScrollPanel@SPAWN_DROPDOWN_TEMPLATE:
Width: DROPDOWN_WIDTH Width: DROPDOWN_WIDTH
Children: Children:
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0
@@ -63,7 +63,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Children: Children:
ScrollItem@HEADER: ScrollItem@HEADER:
BaseName: scrollheader BaseName: scrollheader
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 13 Height: 13
X: 2 X: 2
Y: 0 Y: 0
@@ -75,7 +75,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Height: 10 Height: 10
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT - 27
Height: 25 Height: 25
X: 2 X: 2
Y: 0 Y: 0

View File

@@ -41,7 +41,7 @@ Container@OBSERVER_WIDGETS:
Font: Bold Font: Bold
Contrast: true Contrast: true
Background@RADAR_BG: Background@RADAR_BG:
X: WINDOW_RIGHT-255 X: WINDOW_RIGHT - 255
Y: 5 Y: 5
Width: 250 Width: 250
Height: 250 Height: 250
@@ -49,11 +49,11 @@ Container@OBSERVER_WIDGETS:
Radar@INGAME_RADAR: Radar@INGAME_RADAR:
X: 10 X: 10
Y: 10 Y: 10
Width: PARENT_RIGHT-19 Width: PARENT_RIGHT - 19
Height: PARENT_BOTTOM-19 Height: PARENT_BOTTOM - 19
WorldInteractionController: INTERACTION_CONTROLLER WorldInteractionController: INTERACTION_CONTROLLER
Background@OBSERVER_CONTROL_BG: Background@OBSERVER_CONTROL_BG:
X: WINDOW_RIGHT-255 X: WINDOW_RIGHT - 255
Y: 260 Y: 260
Width: 250 Width: 250
Height: 55 Height: 55
@@ -137,7 +137,7 @@ Container@OBSERVER_WIDGETS:
Text: 100% Text: 100%
Font: TinyBold Font: TinyBold
Button@BUTTON_FAST: Button@BUTTON_FAST:
X: 55 + 45*2 X: 55 + 45 * 2
Y: 13 Y: 13
Width: 38 Width: 38
Height: 20 Height: 20
@@ -148,7 +148,7 @@ Container@OBSERVER_WIDGETS:
Text: 200% Text: 200%
Font: TinyBold Font: TinyBold
Button@BUTTON_MAXIMUM: Button@BUTTON_MAXIMUM:
X: 55 + 45*3 X: 55 + 45 * 3
Y: 13 Y: 13
Width: 38 Width: 38
Height: 20 Height: 20

View File

@@ -19,7 +19,7 @@ Background@INGAME_OBSERVERSTATS_BG:
Align: Center Align: Center
Text: Statistics Text: Statistics
DropDownButton@STATS_DROPDOWN: DropDownButton@STATS_DROPDOWN:
X: PARENT_RIGHT-200 X: PARENT_RIGHT - 200
Y: 15 Y: 15
Width: 185 Width: 185
Height: 25 Height: 25
@@ -272,15 +272,15 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollPanel@PLAYER_STATS_PANEL: ScrollPanel@PLAYER_STATS_PANEL:
X: 25 X: 25
Y: 70 Y: 70
Width: PARENT_RIGHT-50 Width: PARENT_RIGHT - 50
Height: PARENT_BOTTOM-45-50 Height: PARENT_BOTTOM - 45 - 50
TopBottomSpacing: 5 TopBottomSpacing: 5
ItemSpacing: 5 ItemSpacing: 5
Children: Children:
ScrollItem@TEAM_TEMPLATE: ScrollItem@TEAM_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Label@TEAM: Label@TEAM:
@@ -292,14 +292,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@BASIC_PLAYER_TEMPLATE: ScrollItem@BASIC_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -372,14 +372,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@ECONOMY_PLAYER_TEMPLATE: ScrollItem@ECONOMY_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -435,14 +435,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@PRODUCTION_PLAYER_TEMPLATE: ScrollItem@PRODUCTION_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -468,14 +468,14 @@ Background@INGAME_OBSERVERSTATS_BG:
ScrollItem@COMBAT_PLAYER_TEMPLATE: ScrollItem@COMBAT_PLAYER_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-35 Width: PARENT_RIGHT - 35
Height: 25 Height: 25
Children: Children:
Image@FLAG: Image@FLAG:
X: 20 X: 20
Y: 5 Y: 5
Width: 35 Width: 35
Height: PARENT_BOTTOM-5 Height: PARENT_BOTTOM - 5
ImageName: random ImageName: random
ImageCollection: flags ImageCollection: flags
Label@PLAYER: Label@PLAYER:
@@ -528,8 +528,8 @@ Background@INGAME_OBSERVERSTATS_BG:
Container@EARNED_THIS_MIN_GRAPH_TEMPLATE: Container@EARNED_THIS_MIN_GRAPH_TEMPLATE:
X: 0 X: 0
Y: 0 Y: 0
Width: PARENT_RIGHT-100 Width: PARENT_RIGHT - 100
Height: PARENT_BOTTOM-50 Height: PARENT_BOTTOM - 50
Children: Children:
LineGraph@EARNED_THIS_MIN_GRAPH: LineGraph@EARNED_THIS_MIN_GRAPH:
X: 0 X: 0

View File

@@ -22,8 +22,8 @@ Container@PLAYER_WIDGETS:
Children: Children:
Image@ICON_TEMPLATE: Image@ICON_TEMPLATE:
Logic: AddFactionSuffixLogic Logic: AddFactionSuffixLogic
X: 0-2 X: 0 - 2
Y: 0-2 Y: 0 - 2
Width: 64 Width: 64
Height: 48 Height: 48
IgnoreMouseOver: true IgnoreMouseOver: true
@@ -170,7 +170,7 @@ Container@PLAYER_WIDGETS:
Label@GAME_TIMER: Label@GAME_TIMER:
Logic: GameTimerLogic Logic: GameTimerLogic
X: 10 X: 10
Y: 0-1 Y: 0 - 1
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 22 Height: 22
Align: Center Align: Center
@@ -178,7 +178,7 @@ Container@PLAYER_WIDGETS:
LabelWithTooltip@CASH: LabelWithTooltip@CASH:
Logic: IngameCashCounterLogic Logic: IngameCashCounterLogic
X: 31 X: 31
Y: 0-2 Y: 0 - 2
Width: 50 Width: 50
Height: 22 Height: 22
Font: Bold Font: Bold
@@ -188,14 +188,14 @@ Container@PLAYER_WIDGETS:
Children: Children:
Image@CASH_ICON: Image@CASH_ICON:
Logic: AddFactionSuffixLogic Logic: AddFactionSuffixLogic
X: 0-17 X: 0 - 17
Y: 5 Y: 5
ImageCollection: cash-icons ImageCollection: cash-icons
ImageName: cash-normal ImageName: cash-normal
LabelWithTooltip@POWER: LabelWithTooltip@POWER:
Logic: IngamePowerCounterLogic Logic: IngamePowerCounterLogic
X: PARENT_RIGHT - WIDTH - 30 X: PARENT_RIGHT - WIDTH - 30
Y: 0-2 Y: 0 - 2
Width: 50 Width: 50
Height: 22 Height: 22
Align: Right Align: Right
@@ -261,7 +261,7 @@ Container@PLAYER_WIDGETS:
ImageName: production-iconoverlay ImageName: production-iconoverlay
Container@PRODUCTION_TYPES: Container@PRODUCTION_TYPES:
X: 0 X: 0
Y: 0-32 Y: 0 - 32
Width: 235 Width: 235
Height: 311 Height: 311
Children: Children:

View File

@@ -1,7 +1,7 @@
Background@MAINMENU_PRERELEASE_NOTIFICATION: Background@MAINMENU_PRERELEASE_NOTIFICATION:
Logic: PreReleaseWarningPrompt Logic: PreReleaseWarningPrompt
X: (WINDOW_RIGHT - WIDTH)/2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 520 Width: 520
Height: 195 Height: 195
Children: Children: