Update introductory prompts to match settings layout
This commit is contained in:
committed by
reaperrr
parent
8a2b63c944
commit
bdfe025059
@@ -139,6 +139,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
|||||||
Ui.CloseWindow();
|
Ui.CloseWindow();
|
||||||
onComplete();
|
onComplete();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
SettingsUtils.AdjustSettingsScrollPanelLayout(widget.Get<ScrollPanelWidget>("SETTINGS_SCROLLPANEL"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,10 +2,10 @@ Container@MAINMENU_INTRODUCTION_PROMPT:
|
|||||||
Logic: IntroductionPromptLogic
|
Logic: IntroductionPromptLogic
|
||||||
X: (WINDOW_RIGHT - WIDTH) / 2
|
X: (WINDOW_RIGHT - WIDTH) / 2
|
||||||
Y: (WINDOW_BOTTOM - HEIGHT) / 2
|
Y: (WINDOW_BOTTOM - HEIGHT) / 2
|
||||||
Width: 600
|
Width: 700
|
||||||
Height: 350
|
Height: 445
|
||||||
Children:
|
Children:
|
||||||
Label@TITLE:
|
Label@PROMPT_TITLE:
|
||||||
Width: PARENT_RIGHT
|
Width: PARENT_RIGHT
|
||||||
Y: 0 - 25
|
Y: 0 - 25
|
||||||
Font: BigBold
|
Font: BigBold
|
||||||
@@ -31,222 +31,265 @@ Container@MAINMENU_INTRODUCTION_PROMPT:
|
|||||||
Font: Regular
|
Font: Regular
|
||||||
Align: Center
|
Align: Center
|
||||||
Text: Additional options can be configured later from the Settings menu.
|
Text: Additional options can be configured later from the Settings menu.
|
||||||
Label@PROFILE_TITLE:
|
ScrollPanel@SETTINGS_SCROLLPANEL:
|
||||||
Width: PARENT_RIGHT
|
X: 15
|
||||||
Y: 60
|
Y: 60
|
||||||
Height: 25
|
Width: PARENT_RIGHT - 30
|
||||||
Font: Bold
|
Height: PARENT_BOTTOM - 75
|
||||||
Align: Center
|
CollapseHiddenChildren: True
|
||||||
Text: Profile
|
TopBottomSpacing: 5
|
||||||
Label@PLAYER:
|
ItemSpacing: 10
|
||||||
Text: Player Name:
|
ScrollBar: Hidden
|
||||||
X: 15
|
|
||||||
Y: 90
|
|
||||||
Width: 120
|
|
||||||
Height: 25
|
|
||||||
Align: Right
|
|
||||||
TextField@PLAYERNAME:
|
|
||||||
X: 140
|
|
||||||
Y: 90
|
|
||||||
Width: 160
|
|
||||||
Height: 25
|
|
||||||
MaxLength: 16
|
|
||||||
Label@COLOR:
|
|
||||||
X: 265 + 60
|
|
||||||
Y: 90
|
|
||||||
Width: 145
|
|
||||||
Height: 25
|
|
||||||
Text: Preferred Color:
|
|
||||||
Align: Right
|
|
||||||
DropDownButton@PLAYERCOLOR:
|
|
||||||
X: 415 + 60
|
|
||||||
Y: 90
|
|
||||||
Width: 75
|
|
||||||
Height: 25
|
|
||||||
IgnoreChildMouseOver: true
|
|
||||||
PanelAlign: Right
|
|
||||||
Children:
|
Children:
|
||||||
ColorBlock@COLORBLOCK:
|
Background@SECTION_HEADER:
|
||||||
X: 5
|
X: 5
|
||||||
Y: 6
|
Width: PARENT_RIGHT - 10
|
||||||
Width: PARENT_RIGHT - 35
|
Height: 13
|
||||||
Height: PARENT_BOTTOM - 12
|
Background: separator
|
||||||
Label@INPUT_TITLE:
|
Children:
|
||||||
Width: PARENT_RIGHT
|
Label@LABEL:
|
||||||
Y: 120
|
Width: PARENT_RIGHT
|
||||||
Height: 25
|
Height: PARENT_BOTTOM
|
||||||
Font: Bold
|
Font: TinyBold
|
||||||
Align: Center
|
Align: Center
|
||||||
Text: Input
|
Text: Profile
|
||||||
Label@MOUSE_CONTROL_LABEL:
|
Container@ROW:
|
||||||
X: 15
|
Width: PARENT_RIGHT
|
||||||
Y: 150
|
Height: 50
|
||||||
Width: 120
|
Children:
|
||||||
Height: 25
|
Container@PLAYER_CONTAINER:
|
||||||
Font: Regular
|
X: 10
|
||||||
Text: Control Scheme:
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
Align: Right
|
Children:
|
||||||
DropDownButton@MOUSE_CONTROL_DROPDOWN:
|
Label@PLAYER:
|
||||||
X: 140
|
Width: PARENT_RIGHT
|
||||||
Y: 150
|
Height: 20
|
||||||
Width: 160
|
Text: Player Name:
|
||||||
Height: 25
|
TextField@PLAYERNAME:
|
||||||
Font: Regular
|
Y: 25
|
||||||
Checkbox@EDGESCROLL_CHECKBOX:
|
Width: PARENT_RIGHT
|
||||||
X: 365
|
Height: 25
|
||||||
Y: 153
|
MaxLength: 16
|
||||||
Width: 180
|
Text: Name
|
||||||
Height: 20
|
Container@PLAYERCOLOR_CONTAINER:
|
||||||
Font: Regular
|
X: PARENT_RIGHT / 2 + 10
|
||||||
Text: Screen Edge Panning
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
Container@MOUSE_CONTROL_DESC_CLASSIC:
|
Children:
|
||||||
X: 25
|
Label@COLOR:
|
||||||
Y: 180
|
Width: PARENT_RIGHT
|
||||||
Width: PARENT_RIGHT - 50
|
Height: 20
|
||||||
Children:
|
Text: Preferred Color:
|
||||||
LabelWithHighlight@DESC_SELECTION:
|
DropDownButton@PLAYERCOLOR:
|
||||||
Height: 16
|
Y: 25
|
||||||
Font: Small
|
Width: 75
|
||||||
Text: - Select units using the {Left} mouse button
|
Height: 25
|
||||||
LabelWithHighlight@DESC_COMMANDS:
|
IgnoreChildMouseOver: true
|
||||||
Y: 17
|
PanelAlign: Right
|
||||||
Height: 16
|
Children:
|
||||||
Font: Small
|
ColorBlock@COLORBLOCK:
|
||||||
Text: - Command units using the {Left} mouse button
|
X: 5
|
||||||
LabelWithHighlight@DESC_BUILDIGS:
|
Y: 6
|
||||||
Y: 34
|
Width: PARENT_RIGHT - 35
|
||||||
Height: 16
|
Height: PARENT_BOTTOM - 12
|
||||||
Font: Small
|
Container@SPACER:
|
||||||
Text: - Place structures using the {Left} mouse button
|
Background@SECTION_HEADER:
|
||||||
LabelWithHighlight@DESC_SUPPORT:
|
X: 5
|
||||||
X: 265
|
Width: PARENT_RIGHT - 10
|
||||||
Height: 16
|
Height: 13
|
||||||
Font: Small
|
Background: separator
|
||||||
Text: - Target support powers using the {Left} mouse button
|
Children:
|
||||||
LabelWithHighlight@DESC_ZOOM:
|
Label@LABEL:
|
||||||
X: 265
|
Width: PARENT_RIGHT
|
||||||
Y: 17
|
Height: PARENT_BOTTOM
|
||||||
Height: 16
|
Font: TinyBold
|
||||||
Font: Small
|
Align: Center
|
||||||
Text: - Zoom the battlefield using the {Scroll Wheel}
|
Text: Input
|
||||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
Container@ROW:
|
||||||
X: 265
|
Width: PARENT_RIGHT
|
||||||
Y: 17
|
Height: 50
|
||||||
Height: 16
|
Children:
|
||||||
Font: Small
|
Container@MOUSE_CONTROL_CONTAINER:
|
||||||
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
|
X: 10
|
||||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
X: 265
|
Children:
|
||||||
Y: 34
|
Label@MOUSE_CONTROL_LABEL:
|
||||||
Height: 16
|
Width: PARENT_RIGHT
|
||||||
Font: Small
|
Height: 20
|
||||||
Text: - Pan the battlefield using the {Right} mouse button
|
Font: Regular
|
||||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
Text: Control Scheme:
|
||||||
X: 265
|
DropDownButton@MOUSE_CONTROL_DROPDOWN:
|
||||||
Y: 34
|
Y: 25
|
||||||
Height: 16
|
Width: PARENT_RIGHT
|
||||||
Font: Small
|
Height: 25
|
||||||
Text: - Pan the battlefield using the {Middle} mouse button
|
Font: Regular
|
||||||
Label@DESC_EDGESCROLL:
|
Container@MOUSE_CONTROL_DESC_CLASSIC:
|
||||||
X: 274
|
X: PARENT_RIGHT / 2 + 10
|
||||||
Y: 51
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
Height: 16
|
Children:
|
||||||
Font: Small
|
LabelWithHighlight@DESC_SELECTION:
|
||||||
Text: or by moving the cursor to the edge of the screen
|
Height: 16
|
||||||
Container@MOUSE_CONTROL_DESC_MODERN:
|
Font: Small
|
||||||
X: 25
|
Text: - Select units using the {Left} mouse button
|
||||||
Y: 180
|
LabelWithHighlight@DESC_COMMANDS:
|
||||||
Width: PARENT_RIGHT - 50
|
Y: 17
|
||||||
Children:
|
Height: 16
|
||||||
LabelWithHighlight@DESC_SELECTION:
|
Font: Small
|
||||||
Height: 16
|
Text: - Command units using the {Left} mouse button
|
||||||
Font: Small
|
LabelWithHighlight@DESC_BUILDIGS:
|
||||||
Text: - Select units using the {Left} mouse button
|
Y: 34
|
||||||
LabelWithHighlight@DESC_COMMANDS:
|
Height: 16
|
||||||
Y: 17
|
Font: Small
|
||||||
Height: 16
|
Text: - Place structures using the {Left} mouse button
|
||||||
Font: Small
|
LabelWithHighlight@DESC_SUPPORT:
|
||||||
Text: - Command units using the {Right} mouse button
|
Y: 51
|
||||||
LabelWithHighlight@DESC_BUILDIGS:
|
Height: 16
|
||||||
Y: 34
|
Font: Small
|
||||||
Height: 16
|
Text: - Target support powers using the {Left} mouse button
|
||||||
Font: Small
|
LabelWithHighlight@DESC_ZOOM:
|
||||||
Text: - Place structures using the {Left} mouse button
|
Y: 68
|
||||||
LabelWithHighlight@DESC_SUPPORT:
|
Height: 16
|
||||||
X: 265
|
Font: Small
|
||||||
Height: 16
|
Text: - Zoom the battlefield using the {Scroll Wheel}
|
||||||
Font: Small
|
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||||
Text: - Target support powers using the {Left} mouse button
|
Y: 68
|
||||||
LabelWithHighlight@DESC_ZOOM:
|
Height: 16
|
||||||
X: 265
|
Font: Small
|
||||||
Y: 17
|
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
|
||||||
Height: 16
|
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||||
Font: Small
|
Y: 85
|
||||||
Text: - Zoom the battlefield using the {Scroll Wheel}
|
Height: 16
|
||||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
Font: Small
|
||||||
X: 265
|
Text: - Pan the battlefield using the {Right} mouse button
|
||||||
Y: 17
|
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||||
Height: 16
|
Y: 85
|
||||||
Font: Small
|
Height: 16
|
||||||
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
|
Font: Small
|
||||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
Text: - Pan the battlefield using the {Middle} mouse button
|
||||||
X: 265
|
Label@DESC_EDGESCROLL:
|
||||||
Y: 34
|
X: 9
|
||||||
Height: 16
|
Y: 102
|
||||||
Font: Small
|
Height: 16
|
||||||
Text: - Pan the battlefield using the {Right} mouse button
|
Font: Small
|
||||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
Text: or by moving the cursor to the edge of the screen
|
||||||
X: 265
|
Container@MOUSE_CONTROL_DESC_MODERN:
|
||||||
Y: 34
|
X: PARENT_RIGHT / 2 + 10
|
||||||
Height: 16
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
Font: Small
|
Children:
|
||||||
Text: - Pan the battlefield using the {Middle} mouse button
|
LabelWithHighlight@DESC_SELECTION:
|
||||||
Label@DESC_EDGESCROLL:
|
Height: 16
|
||||||
X: 274
|
Font: Small
|
||||||
Y: 51
|
Text: - Select units using the {Left} mouse button
|
||||||
Height: 16
|
LabelWithHighlight@DESC_COMMANDS:
|
||||||
Font: Small
|
Y: 17
|
||||||
Text: or by moving the cursor to the edge of the screen
|
Height: 16
|
||||||
Label@INPUT_TITLE:
|
Font: Small
|
||||||
Width: PARENT_RIGHT
|
Text: - Command units using the {Right} mouse button
|
||||||
Y: 250
|
LabelWithHighlight@DESC_BUILDIGS:
|
||||||
Height: 25
|
Y: 34
|
||||||
Font: Bold
|
Height: 16
|
||||||
Align: Center
|
Font: Small
|
||||||
Text: Display
|
Text: - Place structures using the {Left} mouse button
|
||||||
Label@BATTLEFIELD_CAMERA:
|
LabelWithHighlight@DESC_SUPPORT:
|
||||||
X: 15
|
Y: 51
|
||||||
Y: 280
|
Height: 16
|
||||||
Width: 120
|
Font: Small
|
||||||
Height: 25
|
Text: - Target support powers using the {Left} mouse button
|
||||||
Text: Battlefield Camera:
|
LabelWithHighlight@DESC_ZOOM:
|
||||||
Align: Right
|
Y: 68
|
||||||
DropDownButton@BATTLEFIELD_CAMERA_DROPDOWN:
|
Height: 16
|
||||||
X: 140
|
Font: Small
|
||||||
Y: 280
|
Text: - Zoom the battlefield using the {Scroll Wheel}
|
||||||
Width: 160
|
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||||
Height: 25
|
Y: 68
|
||||||
Font: Regular
|
Height: 16
|
||||||
Label@UI_SCALE:
|
Font: Small
|
||||||
X: 275
|
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
|
||||||
Y: 280
|
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||||
Width: 145
|
Y: 85
|
||||||
Height: 25
|
Height: 16
|
||||||
Text: UI Scale:
|
Font: Small
|
||||||
Align: Right
|
Text: - Pan the battlefield using the {Right} mouse button
|
||||||
DropDownButton@UI_SCALE_DROPDOWN:
|
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||||
X: 425
|
Y: 85
|
||||||
Y: 280
|
Height: 16
|
||||||
Width: 160
|
Font: Small
|
||||||
Height: 25
|
Text: - Pan the battlefield using the {Middle} mouse button
|
||||||
Font: Regular
|
Label@DESC_EDGESCROLL:
|
||||||
Checkbox@CURSORDOUBLE_CHECKBOX:
|
X: 9
|
||||||
X: 390
|
Y: 102
|
||||||
Y: 313
|
Height: 16
|
||||||
Width: 200
|
Font: Small
|
||||||
Height: 20
|
Text: or by moving the cursor to the edge of the screen
|
||||||
Font: Regular
|
Container@ROW:
|
||||||
Text: Increase Cursor Size
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Children:
|
||||||
|
Container@EDGESCROLL_CHECKBOX_CONTAINER:
|
||||||
|
X: 10
|
||||||
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
|
Children:
|
||||||
|
Checkbox@EDGESCROLL_CHECKBOX:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Font: Regular
|
||||||
|
Text: Screen Edge Panning
|
||||||
|
Container@SPACER:
|
||||||
|
Height: 30
|
||||||
|
Background@SECTION_HEADER:
|
||||||
|
X: 5
|
||||||
|
Width: PARENT_RIGHT - 10
|
||||||
|
Height: 13
|
||||||
|
Background: separator
|
||||||
|
Children:
|
||||||
|
Label@LABEL:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: PARENT_BOTTOM
|
||||||
|
Font: TinyBold
|
||||||
|
Align: Center
|
||||||
|
Text: Display
|
||||||
|
Container@ROW:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 50
|
||||||
|
Children:
|
||||||
|
Container@BATTLEFIELD_CAMERA_DROPDOWN_CONTAINER:
|
||||||
|
X: 10
|
||||||
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
|
Children:
|
||||||
|
Label@BATTLEFIELD_CAMERA:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Text: Battlefield Camera:
|
||||||
|
DropDownButton@BATTLEFIELD_CAMERA_DROPDOWN:
|
||||||
|
Y: 25
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 25
|
||||||
|
Font: Regular
|
||||||
|
Container@UI_SCALE_DROPDOWN_CONTAINER:
|
||||||
|
X: PARENT_RIGHT / 2 + 10
|
||||||
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
|
Children:
|
||||||
|
Label@UI_SCALE:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Text: UI Scale:
|
||||||
|
DropDownButton@UI_SCALE_DROPDOWN:
|
||||||
|
Y: 25
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 25
|
||||||
|
Font: Regular
|
||||||
|
Container@ROW:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Children:
|
||||||
|
Container@CURSORDOUBLE_CHECKBOX_CONTAINER:
|
||||||
|
X: PARENT_RIGHT / 2 + 10
|
||||||
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
|
Children:
|
||||||
|
Checkbox@CURSORDOUBLE_CHECKBOX:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Font: Regular
|
||||||
|
Text: Increase Cursor Size
|
||||||
Button@CONTINUE_BUTTON:
|
Button@CONTINUE_BUTTON:
|
||||||
X: PARENT_RIGHT - WIDTH
|
X: PARENT_RIGHT - WIDTH
|
||||||
Y: PARENT_BOTTOM - 1
|
Y: PARENT_BOTTOM - 1
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ Background@MAINMENU_INTRODUCTION_PROMPT:
|
|||||||
Logic: IntroductionPromptLogic
|
Logic: IntroductionPromptLogic
|
||||||
X: (WINDOW_RIGHT - WIDTH) / 2
|
X: (WINDOW_RIGHT - WIDTH) / 2
|
||||||
Y: (WINDOW_BOTTOM - HEIGHT) / 2
|
Y: (WINDOW_BOTTOM - HEIGHT) / 2
|
||||||
Width: 600
|
Width: 700
|
||||||
Height: 430
|
Height: 525
|
||||||
Children:
|
Children:
|
||||||
Label@PROMPT_TITLE:
|
Label@PROMPT_TITLE:
|
||||||
Width: PARENT_RIGHT
|
Width: PARENT_RIGHT
|
||||||
@@ -26,222 +26,265 @@ Background@MAINMENU_INTRODUCTION_PROMPT:
|
|||||||
Font: Regular
|
Font: Regular
|
||||||
Align: Center
|
Align: Center
|
||||||
Text: Additional options can be configured later from the Settings menu.
|
Text: Additional options can be configured later from the Settings menu.
|
||||||
Label@PROFILE_TITLE:
|
ScrollPanel@SETTINGS_SCROLLPANEL:
|
||||||
Width: PARENT_RIGHT
|
X: 20
|
||||||
Y: 100
|
Y: 100
|
||||||
Height: 25
|
Width: PARENT_RIGHT - 40
|
||||||
Font: Bold
|
Height: PARENT_BOTTOM - 155
|
||||||
Align: Center
|
CollapseHiddenChildren: True
|
||||||
Text: Profile
|
TopBottomSpacing: 5
|
||||||
Label@PLAYER:
|
ItemSpacing: 10
|
||||||
Text: Player Name:
|
ScrollBar: Hidden
|
||||||
X: 20
|
|
||||||
Y: 130
|
|
||||||
Width: 120
|
|
||||||
Height: 25
|
|
||||||
Align: Right
|
|
||||||
TextField@PLAYERNAME:
|
|
||||||
X: 145
|
|
||||||
Y: 130
|
|
||||||
Width: 160
|
|
||||||
Height: 25
|
|
||||||
MaxLength: 16
|
|
||||||
Label@COLOR:
|
|
||||||
X: 265 + 60
|
|
||||||
Y: 130
|
|
||||||
Width: 145
|
|
||||||
Height: 25
|
|
||||||
Text: Preferred Color:
|
|
||||||
Align: Right
|
|
||||||
DropDownButton@PLAYERCOLOR:
|
|
||||||
X: 415 + 60
|
|
||||||
Y: 130
|
|
||||||
Width: 75
|
|
||||||
Height: 25
|
|
||||||
IgnoreChildMouseOver: true
|
|
||||||
PanelAlign: Right
|
|
||||||
Children:
|
Children:
|
||||||
ColorBlock@COLORBLOCK:
|
Background@SECTION_HEADER:
|
||||||
X: 5
|
X: 5
|
||||||
Y: 6
|
Width: PARENT_RIGHT - 10
|
||||||
Width: PARENT_RIGHT - 35
|
Height: 13
|
||||||
Height: PARENT_BOTTOM - 12
|
Background: separator
|
||||||
Label@INPUT_TITLE:
|
Children:
|
||||||
Width: PARENT_RIGHT
|
Label@LABEL:
|
||||||
Y: 160
|
Width: PARENT_RIGHT
|
||||||
Height: 25
|
Height: PARENT_BOTTOM
|
||||||
Font: Bold
|
Font: TinyBold
|
||||||
Align: Center
|
Align: Center
|
||||||
Text: Input
|
Text: Profile
|
||||||
Label@MOUSE_CONTROL_LABEL:
|
Container@ROW:
|
||||||
X: 20
|
Width: PARENT_RIGHT
|
||||||
Y: 190
|
Height: 50
|
||||||
Width: 120
|
Children:
|
||||||
Height: 25
|
Container@PLAYER_CONTAINER:
|
||||||
Font: Regular
|
X: 10
|
||||||
Text: Control Scheme:
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
Align: Right
|
Children:
|
||||||
DropDownButton@MOUSE_CONTROL_DROPDOWN:
|
Label@PLAYER:
|
||||||
X: 145
|
Width: PARENT_RIGHT
|
||||||
Y: 190
|
Height: 20
|
||||||
Width: 160
|
Text: Player Name:
|
||||||
Height: 25
|
TextField@PLAYERNAME:
|
||||||
Font: Regular
|
Y: 25
|
||||||
Checkbox@EDGESCROLL_CHECKBOX:
|
Width: PARENT_RIGHT
|
||||||
X: 365
|
Height: 25
|
||||||
Y: 193
|
MaxLength: 16
|
||||||
Width: 180
|
Text: Name
|
||||||
Height: 20
|
Container@PLAYERCOLOR_CONTAINER:
|
||||||
Font: Regular
|
X: PARENT_RIGHT / 2 + 10
|
||||||
Text: Screen Edge Panning
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
Container@MOUSE_CONTROL_DESC_CLASSIC:
|
Children:
|
||||||
X: 25
|
Label@COLOR:
|
||||||
Y: 220
|
Width: PARENT_RIGHT
|
||||||
Width: PARENT_RIGHT - 50
|
Height: 20
|
||||||
Children:
|
Text: Preferred Color:
|
||||||
LabelWithHighlight@DESC_SELECTION:
|
DropDownButton@PLAYERCOLOR:
|
||||||
Height: 16
|
Y: 25
|
||||||
Font: Small
|
Width: 75
|
||||||
Text: - Select units using the {Left} mouse button
|
Height: 25
|
||||||
LabelWithHighlight@DESC_COMMANDS:
|
IgnoreChildMouseOver: true
|
||||||
Y: 17
|
PanelAlign: Right
|
||||||
Height: 16
|
Children:
|
||||||
Font: Small
|
ColorBlock@COLORBLOCK:
|
||||||
Text: - Command units using the {Left} mouse button
|
X: 5
|
||||||
LabelWithHighlight@DESC_BUILDIGS:
|
Y: 6
|
||||||
Y: 34
|
Width: PARENT_RIGHT - 35
|
||||||
Height: 16
|
Height: PARENT_BOTTOM - 12
|
||||||
Font: Small
|
Container@SPACER:
|
||||||
Text: - Place structures using the {Left} mouse button
|
Background@SECTION_HEADER:
|
||||||
LabelWithHighlight@DESC_SUPPORT:
|
X: 5
|
||||||
X: 265
|
Width: PARENT_RIGHT - 10
|
||||||
Height: 16
|
Height: 13
|
||||||
Font: Small
|
Background: separator
|
||||||
Text: - Target support powers using the {Left} mouse button
|
Children:
|
||||||
LabelWithHighlight@DESC_ZOOM:
|
Label@LABEL:
|
||||||
X: 265
|
Width: PARENT_RIGHT
|
||||||
Y: 17
|
Height: PARENT_BOTTOM
|
||||||
Height: 16
|
Font: TinyBold
|
||||||
Font: Small
|
Align: Center
|
||||||
Text: - Zoom the battlefield using the {Scroll Wheel}
|
Text: Input
|
||||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
Container@ROW:
|
||||||
X: 265
|
Width: PARENT_RIGHT
|
||||||
Y: 17
|
Height: 50
|
||||||
Height: 16
|
Children:
|
||||||
Font: Small
|
Container@MOUSE_CONTROL_CONTAINER:
|
||||||
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
|
X: 10
|
||||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
X: 265
|
Children:
|
||||||
Y: 34
|
Label@MOUSE_CONTROL_LABEL:
|
||||||
Height: 16
|
Width: PARENT_RIGHT
|
||||||
Font: Small
|
Height: 20
|
||||||
Text: - Pan the battlefield using the {Right} mouse button
|
Font: Regular
|
||||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
Text: Control Scheme:
|
||||||
X: 265
|
DropDownButton@MOUSE_CONTROL_DROPDOWN:
|
||||||
Y: 34
|
Y: 25
|
||||||
Height: 16
|
Width: PARENT_RIGHT
|
||||||
Font: Small
|
Height: 25
|
||||||
Text: - Pan the battlefield using the {Middle} mouse button
|
Font: Regular
|
||||||
Label@DESC_EDGESCROLL:
|
Container@MOUSE_CONTROL_DESC_CLASSIC:
|
||||||
X: 274
|
X: PARENT_RIGHT / 2 + 10
|
||||||
Y: 51
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
Height: 16
|
Children:
|
||||||
Font: Small
|
LabelWithHighlight@DESC_SELECTION:
|
||||||
Text: or by moving the cursor to the edge of the screen
|
Height: 16
|
||||||
Container@MOUSE_CONTROL_DESC_MODERN:
|
Font: Small
|
||||||
X: 25
|
Text: - Select units using the {Left} mouse button
|
||||||
Y: 220
|
LabelWithHighlight@DESC_COMMANDS:
|
||||||
Width: PARENT_RIGHT - 50
|
Y: 17
|
||||||
Children:
|
Height: 16
|
||||||
LabelWithHighlight@DESC_SELECTION:
|
Font: Small
|
||||||
Height: 16
|
Text: - Command units using the {Left} mouse button
|
||||||
Font: Small
|
LabelWithHighlight@DESC_BUILDIGS:
|
||||||
Text: - Select units using the {Left} mouse button
|
Y: 34
|
||||||
LabelWithHighlight@DESC_COMMANDS:
|
Height: 16
|
||||||
Y: 17
|
Font: Small
|
||||||
Height: 16
|
Text: - Place structures using the {Left} mouse button
|
||||||
Font: Small
|
LabelWithHighlight@DESC_SUPPORT:
|
||||||
Text: - Command units using the {Right} mouse button
|
Y: 51
|
||||||
LabelWithHighlight@DESC_BUILDIGS:
|
Height: 16
|
||||||
Y: 34
|
Font: Small
|
||||||
Height: 16
|
Text: - Target support powers using the {Left} mouse button
|
||||||
Font: Small
|
LabelWithHighlight@DESC_ZOOM:
|
||||||
Text: - Place structures using the {Left} mouse button
|
Y: 68
|
||||||
LabelWithHighlight@DESC_SUPPORT:
|
Height: 16
|
||||||
X: 265
|
Font: Small
|
||||||
Height: 16
|
Text: - Zoom the battlefield using the {Scroll Wheel}
|
||||||
Font: Small
|
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||||
Text: - Target support powers using the {Left} mouse button
|
Y: 68
|
||||||
LabelWithHighlight@DESC_ZOOM:
|
Height: 16
|
||||||
X: 265
|
Font: Small
|
||||||
Y: 17
|
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
|
||||||
Height: 16
|
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||||
Font: Small
|
Y: 85
|
||||||
Text: - Zoom the battlefield using the {Scroll Wheel}
|
Height: 16
|
||||||
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
Font: Small
|
||||||
X: 265
|
Text: - Pan the battlefield using the {Right} mouse button
|
||||||
Y: 17
|
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||||
Height: 16
|
Y: 85
|
||||||
Font: Small
|
Height: 16
|
||||||
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
|
Font: Small
|
||||||
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
Text: - Pan the battlefield using the {Middle} mouse button
|
||||||
X: 265
|
Label@DESC_EDGESCROLL:
|
||||||
Y: 34
|
X: 9
|
||||||
Height: 16
|
Y: 102
|
||||||
Font: Small
|
Height: 16
|
||||||
Text: - Pan the battlefield using the {Right} mouse button
|
Font: Small
|
||||||
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
Text: or by moving the cursor to the edge of the screen
|
||||||
X: 265
|
Container@MOUSE_CONTROL_DESC_MODERN:
|
||||||
Y: 34
|
X: PARENT_RIGHT / 2 + 10
|
||||||
Height: 16
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
Font: Small
|
Children:
|
||||||
Text: - Pan the battlefield using the {Middle} mouse button
|
LabelWithHighlight@DESC_SELECTION:
|
||||||
Label@DESC_EDGESCROLL:
|
Height: 16
|
||||||
X: 274
|
Font: Small
|
||||||
Y: 51
|
Text: - Select units using the {Left} mouse button
|
||||||
Height: 16
|
LabelWithHighlight@DESC_COMMANDS:
|
||||||
Font: Small
|
Y: 17
|
||||||
Text: or by moving the cursor to the edge of the screen
|
Height: 16
|
||||||
Label@INPUT_TITLE:
|
Font: Small
|
||||||
Width: PARENT_RIGHT
|
Text: - Command units using the {Right} mouse button
|
||||||
Y: 290
|
LabelWithHighlight@DESC_BUILDIGS:
|
||||||
Height: 25
|
Y: 34
|
||||||
Font: Bold
|
Height: 16
|
||||||
Align: Center
|
Font: Small
|
||||||
Text: Display
|
Text: - Place structures using the {Left} mouse button
|
||||||
Label@BATTLEFIELD_CAMERA:
|
LabelWithHighlight@DESC_SUPPORT:
|
||||||
X: 20
|
Y: 51
|
||||||
Y: 320
|
Height: 16
|
||||||
Width: 120
|
Font: Small
|
||||||
Height: 25
|
Text: - Target support powers using the {Left} mouse button
|
||||||
Text: Battlefield Camera:
|
LabelWithHighlight@DESC_ZOOM:
|
||||||
Align: Right
|
Y: 68
|
||||||
DropDownButton@BATTLEFIELD_CAMERA_DROPDOWN:
|
Height: 16
|
||||||
X: 145
|
Font: Small
|
||||||
Y: 320
|
Text: - Zoom the battlefield using the {Scroll Wheel}
|
||||||
Width: 160
|
LabelWithHighlight@DESC_ZOOM_MODIFIER:
|
||||||
Height: 25
|
Y: 68
|
||||||
Font: Regular
|
Height: 16
|
||||||
Label@UI_SCALE:
|
Font: Small
|
||||||
X: 270
|
Text: - Zoom the battlefield using {MODIFIER + Scroll Wheel}
|
||||||
Y: 320
|
LabelWithHighlight@DESC_SCROLL_RIGHT:
|
||||||
Width: 145
|
Y: 85
|
||||||
Height: 25
|
Height: 16
|
||||||
Text: UI Scale:
|
Font: Small
|
||||||
Align: Right
|
Text: - Pan the battlefield using the {Right} mouse button
|
||||||
DropDownButton@UI_SCALE_DROPDOWN:
|
LabelWithHighlight@DESC_SCROLL_MIDDLE:
|
||||||
X: 420
|
Y: 85
|
||||||
Y: 320
|
Height: 16
|
||||||
Width: 160
|
Font: Small
|
||||||
Height: 25
|
Text: - Pan the battlefield using the {Middle} mouse button
|
||||||
Font: Regular
|
Label@DESC_EDGESCROLL:
|
||||||
Checkbox@CURSORDOUBLE_CHECKBOX:
|
X: 9
|
||||||
X: 390
|
Y: 102
|
||||||
Y: 353
|
Height: 16
|
||||||
Width: 200
|
Font: Small
|
||||||
Height: 20
|
Text: or by moving the cursor to the edge of the screen
|
||||||
Font: Regular
|
Container@ROW:
|
||||||
Text: Increase Cursor Size
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Children:
|
||||||
|
Container@EDGESCROLL_CHECKBOX_CONTAINER:
|
||||||
|
X: 10
|
||||||
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
|
Children:
|
||||||
|
Checkbox@EDGESCROLL_CHECKBOX:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Font: Regular
|
||||||
|
Text: Screen Edge Panning
|
||||||
|
Container@SPACER:
|
||||||
|
Height: 30
|
||||||
|
Background@SECTION_HEADER:
|
||||||
|
X: 5
|
||||||
|
Width: PARENT_RIGHT - 10
|
||||||
|
Height: 13
|
||||||
|
Background: separator
|
||||||
|
Children:
|
||||||
|
Label@LABEL:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: PARENT_BOTTOM
|
||||||
|
Font: TinyBold
|
||||||
|
Align: Center
|
||||||
|
Text: Display
|
||||||
|
Container@ROW:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 50
|
||||||
|
Children:
|
||||||
|
Container@BATTLEFIELD_CAMERA_DROPDOWN_CONTAINER:
|
||||||
|
X: 10
|
||||||
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
|
Children:
|
||||||
|
Label@BATTLEFIELD_CAMERA:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Text: Battlefield Camera:
|
||||||
|
DropDownButton@BATTLEFIELD_CAMERA_DROPDOWN:
|
||||||
|
Y: 25
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 25
|
||||||
|
Font: Regular
|
||||||
|
Container@UI_SCALE_DROPDOWN_CONTAINER:
|
||||||
|
X: PARENT_RIGHT / 2 + 10
|
||||||
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
|
Children:
|
||||||
|
Label@UI_SCALE:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Text: UI Scale:
|
||||||
|
DropDownButton@UI_SCALE_DROPDOWN:
|
||||||
|
Y: 25
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 25
|
||||||
|
Font: Regular
|
||||||
|
Container@ROW:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Children:
|
||||||
|
Container@CURSORDOUBLE_CHECKBOX_CONTAINER:
|
||||||
|
X: PARENT_RIGHT / 2 + 10
|
||||||
|
Width: PARENT_RIGHT / 2 - 20
|
||||||
|
Children:
|
||||||
|
Checkbox@CURSORDOUBLE_CHECKBOX:
|
||||||
|
Width: PARENT_RIGHT
|
||||||
|
Height: 20
|
||||||
|
Font: Regular
|
||||||
|
Text: Increase Cursor Size
|
||||||
Button@CONTINUE_BUTTON:
|
Button@CONTINUE_BUTTON:
|
||||||
X: PARENT_RIGHT - 180
|
X: PARENT_RIGHT - 180
|
||||||
Y: PARENT_BOTTOM - 45
|
Y: PARENT_BOTTOM - 45
|
||||||
|
|||||||
Reference in New Issue
Block a user