Initial commit: OpenRA game engine
Fork from OpenRA/OpenRA with one-click launch script (start-ra.cmd) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
284
mods/cnc/chrome/settings-display.yaml
Normal file
284
mods/cnc/chrome/settings-display.yaml
Normal file
@@ -0,0 +1,284 @@
|
||||
Container@DISPLAY_PANEL:
|
||||
Logic: DisplaySettingsLogic
|
||||
Width: PARENT_WIDTH
|
||||
Height: PARENT_HEIGHT
|
||||
Children:
|
||||
ScrollPanel@SETTINGS_SCROLLPANEL:
|
||||
Width: PARENT_WIDTH
|
||||
Height: PARENT_HEIGHT
|
||||
CollapseHiddenChildren: True
|
||||
TopBottomSpacing: 5
|
||||
ItemSpacing: 10
|
||||
Children:
|
||||
Background@DISPLAY_SECTION_HEADER:
|
||||
X: 5
|
||||
Width: PARENT_WIDTH - 24 - 10
|
||||
Height: 13
|
||||
Background: separator
|
||||
ClickThrough: True
|
||||
Children:
|
||||
Label@LABEL:
|
||||
Width: PARENT_WIDTH
|
||||
Height: PARENT_HEIGHT
|
||||
Font: TinyBold
|
||||
Align: Center
|
||||
Text: label-display-section-header
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 50
|
||||
Children:
|
||||
Container@BATTLEFIELD_CAMERA_DROPDOWN_CONTAINER:
|
||||
X: 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Label@BATTLEFIELD_CAMERA:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Text: label-battlefield-camera-dropdown
|
||||
DropDownButton@BATTLEFIELD_CAMERA_DROPDOWN:
|
||||
Y: 25
|
||||
Width: PARENT_WIDTH
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Container@TARGET_LINES_DROPDOWN_CONTAINER:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Label@TARGET_LINES:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Text: label-target-lines-dropdown-container
|
||||
DropDownButton@TARGET_LINES_DROPDOWN:
|
||||
Y: 25
|
||||
Width: PARENT_WIDTH
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 50
|
||||
Children:
|
||||
Container@UI_SCALE_DROPDOWN_CONTAINER:
|
||||
X: 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
LabelForInput@UI_SCALE:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Text: label-ui-scale-dropdown
|
||||
For: UI_SCALE_DROPDOWN
|
||||
DropDownButton@UI_SCALE_DROPDOWN:
|
||||
Y: 25
|
||||
Width: PARENT_WIDTH
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Container@STATUS_BAR_DROPDOWN_CONTAINER:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Label@STATUS_BARS:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Text: label-status-bar-dropdown-container-bars
|
||||
DropDownButton@STATUS_BAR_DROPDOWN:
|
||||
Y: 25
|
||||
Width: PARENT_WIDTH
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 20
|
||||
Children:
|
||||
Container@CURSORDOUBLE_CHECKBOX_CONTAINER:
|
||||
X: 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Checkbox@CURSORDOUBLE_CHECKBOX:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Font: Regular
|
||||
Text: checkbox-cursordouble-container
|
||||
Container@PLAYER_STANCE_COLORS_CHECKBOX_CONTAINER:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Checkbox@PLAYER_STANCE_COLORS_CHECKBOX:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Font: Regular
|
||||
Text: checkbox-player-stance-colors-container.label
|
||||
TooltipText: checkbox-player-stance-colors-container.tooltip
|
||||
TooltipContainer: SETTINGS_TOOLTIP_CONTAINER
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 20
|
||||
Children:
|
||||
Container@UI_FEEDBACK_CHECKBOX_CONTAINER:
|
||||
X: 10
|
||||
Width: PARENT_WIDTH / 2 - 10
|
||||
Children:
|
||||
Checkbox@UI_FEEDBACK_CHECKBOX:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Font: Regular
|
||||
Text: checkbox-ui-feedback-container.label
|
||||
TooltipText: checkbox-ui-feedback-container.tooltip
|
||||
TooltipContainer: SETTINGS_TOOLTIP_CONTAINER
|
||||
Container@TRANSIENTS_CHECKBOX_CONTAINER:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Checkbox@TRANSIENTS_CHECKBOX:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Font: Regular
|
||||
Text: checkbox-transients-container.label
|
||||
TooltipText: checkbox-transients-container.tooltip
|
||||
TooltipContainer: SETTINGS_TOOLTIP_CONTAINER
|
||||
Container@SPACER:
|
||||
Background@VIDEO_SECTION_HEADER:
|
||||
X: 5
|
||||
Width: PARENT_WIDTH - 24 - 10
|
||||
Height: 13
|
||||
Background: separator
|
||||
ClickThrough: True
|
||||
Children:
|
||||
Label@LABEL:
|
||||
Width: PARENT_WIDTH
|
||||
Height: PARENT_HEIGHT
|
||||
Font: TinyBold
|
||||
Align: Center
|
||||
Text: label-video-section-header
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 50
|
||||
Children:
|
||||
Container@VIDEO_MODE_DROPDOWN_CONTAINER:
|
||||
X: 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Label@VIDEO_MODE:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Text: label-video-mode-dropdown-container
|
||||
DropDownButton@MODE_DROPDOWN:
|
||||
Y: 25
|
||||
Width: PARENT_WIDTH
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Text: dropdownbutton-video-mode-dropdown-container
|
||||
Container@WINDOW_RESOLUTION_CONTAINER:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Label@WINDOW_SIZE:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Text: label-window-resolution-container-size
|
||||
TextField@WINDOW_WIDTH:
|
||||
Y: 25
|
||||
Width: 55
|
||||
Height: 25
|
||||
MaxLength: 5
|
||||
Type: Integer
|
||||
Label@X:
|
||||
X: 55
|
||||
Y: 25
|
||||
Text: label-window-resolution-container-x
|
||||
Font: Bold
|
||||
Height: 25
|
||||
Width: 15
|
||||
Align: Center
|
||||
TextField@WINDOW_HEIGHT:
|
||||
X: 70
|
||||
Y: 25
|
||||
Width: 55
|
||||
Height: 25
|
||||
MaxLength: 5
|
||||
Type: Integer
|
||||
Container@DISPLAY_SELECTION_CONTAINER:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Label@DISPLAY_SELECTION_LABEL:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Text: label-display-selection-container
|
||||
DropDownButton@DISPLAY_SELECTION_DROPDOWN:
|
||||
Y: 25
|
||||
Width: PARENT_WIDTH
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Text: dropdownbutton-display-selection-container-dropdown
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 50
|
||||
Children:
|
||||
Container@FRAME_LIMIT_CHECKBOX_CONTAINER:
|
||||
X: 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Checkbox@FRAME_LIMIT_CHECKBOX:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Font: Regular
|
||||
Container@FRAME_LIMIT_SLIDER_CONTAINER:
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Slider@FRAME_LIMIT_SLIDER:
|
||||
X: 20
|
||||
Y: 25
|
||||
Width: PARENT_WIDTH - 20
|
||||
Height: 20
|
||||
Ticks: 20
|
||||
MinimumValue: 50
|
||||
MaximumValue: 240
|
||||
Container@VSYNC_CHECKBOX_CONTAINER:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Checkbox@VSYNC_CHECKBOX:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Font: Regular
|
||||
Text: checkbox-vsync-container
|
||||
Container@FRAME_LIMIT_GAMESPEED_CHECKBOX_CONTAINER:
|
||||
X: PARENT_WIDTH / 2 + 10
|
||||
Y: 25
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Checkbox@FRAME_LIMIT_GAMESPEED_CHECKBOX:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Font: Regular
|
||||
Text: checkbox-frame-limit-gamespeed-container
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 50
|
||||
Children:
|
||||
Container@GL_PROFILE_DROPDOWN_CONTAINER:
|
||||
X: 10
|
||||
Width: PARENT_WIDTH / 2 - 20
|
||||
Children:
|
||||
Label@GL_PROFILE:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Text: label-gl-profile-dropdown-container
|
||||
DropDownButton@GL_PROFILE_DROPDOWN:
|
||||
Y: 25
|
||||
Width: PARENT_WIDTH
|
||||
Height: 25
|
||||
Font: Regular
|
||||
Container@ROW:
|
||||
Width: PARENT_WIDTH - 24
|
||||
Height: 30
|
||||
Children:
|
||||
Container@RESTART_REQUIRED_CONTAINER:
|
||||
X: 10
|
||||
Width: PARENT_WIDTH - 20
|
||||
Children:
|
||||
Label@VIDEO_RESTART_REQUIRED_DESC:
|
||||
Width: PARENT_WIDTH
|
||||
Height: 20
|
||||
Font: Tiny
|
||||
Text: label-restart-required-container-video-desc
|
||||
Align: Center
|
||||
Reference in New Issue
Block a user