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:
134
mods/common-content/chrome.yaml
Normal file
134
mods/common-content/chrome.yaml
Normal file
@@ -0,0 +1,134 @@
|
||||
^Chrome:
|
||||
Image: chrome.png
|
||||
Image2x: chrome-2x.png
|
||||
Image3x: chrome-3x.png
|
||||
|
||||
panel-header:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 0, 512, 4, 4, 56, 56, 4, 4
|
||||
|
||||
panel-bg:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 65, 512, 4, 4, 56, 56, 4, 4
|
||||
|
||||
panel-thinborder:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 1, 513, 3, 3, 56, 56, 3, 3
|
||||
|
||||
panel-thinborder-light:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 643, 513, 3, 3, 56, 56, 3, 3
|
||||
|
||||
button:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 130, 512, 10, 10, 44, 44, 10, 10
|
||||
|
||||
button-hover:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 195, 512, 10, 10, 44, 44, 10, 10
|
||||
|
||||
button-disabled:
|
||||
Inherits: button
|
||||
|
||||
button-pressed:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 325, 512, 10, 10, 44, 44, 10, 10
|
||||
|
||||
button-highlighted:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 260, 512, 10, 10, 44, 44, 10, 10
|
||||
|
||||
button-highlighted-hover:
|
||||
Inherits: button-pressed
|
||||
|
||||
button-highlighted-pressed:
|
||||
Inherits: button-pressed
|
||||
|
||||
button-highlighted-disabled:
|
||||
Inherits: button-highlighted
|
||||
|
||||
button-highlighted-thin:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 513, 512, 10, 10, 44, 44, 10, 10
|
||||
|
||||
button-highlighted-thin-hover:
|
||||
Inherits: button-highlighted-thin-pressed
|
||||
|
||||
button-highlighted-thin-pressed:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 576, 512, 10, 10, 44, 44, 10, 10
|
||||
|
||||
button-highlighted-thin-disabled:
|
||||
Inherits: button-highlighted-thin
|
||||
|
||||
progressbar-bg:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 447, 560, 6, 6, 52, 4, 6, 6
|
||||
|
||||
progressbar-thumb:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 447, 543, 6, 6, 52, 4, 6, 6
|
||||
|
||||
panel-rule:
|
||||
Inherits: ^Chrome
|
||||
Regions:
|
||||
border-t: 66, 512, 62, 2
|
||||
|
||||
background:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 0, 0, 0, 0, 1024, 480, 0, 0
|
||||
PanelSides: Center
|
||||
|
||||
modcontent:
|
||||
Inherits: ^Chrome
|
||||
Regions:
|
||||
logo: 0, 577, 280, 128
|
||||
leftarrow: 390, 512, 20, 64
|
||||
rightarrow: 411, 512, 20, 64
|
||||
cdicon: 432, 512, 20, 20
|
||||
|
||||
scrollpanel-bg:
|
||||
Inherits: panel-thinborder
|
||||
|
||||
scrollpanel-button:
|
||||
Inherits: panel-thinborder
|
||||
|
||||
scrollpanel-button-hover:
|
||||
Inherits: panel-thinborder-light
|
||||
|
||||
scrollpanel-button-disabled:
|
||||
Inherits: panel-thinborder
|
||||
|
||||
scrollpanel-button-pressed:
|
||||
Inherits: panel-thinborder-light
|
||||
|
||||
scrollpanel-decorations:
|
||||
Inherits: ^Chrome
|
||||
Regions:
|
||||
down: 453, 512, 16, 16
|
||||
down-pressed: 453, 512, 16, 16
|
||||
up: 470, 512, 16, 16
|
||||
up-pressed: 470, 512, 16, 16
|
||||
|
||||
|
||||
# Checkbox-related definitions:
|
||||
|
||||
checkbox:
|
||||
Inherits: ^Chrome
|
||||
PanelRegion: 512, 512, 10, 10, 44, 44, 10, 10
|
||||
|
||||
checkbox-hover:
|
||||
Inherits: checkbox
|
||||
|
||||
checkbox-pressed:
|
||||
Inherits: checkbox
|
||||
|
||||
checkbox-disabled:
|
||||
Inherits: checkbox
|
||||
|
||||
checkmark-tick:
|
||||
Inherits: ^Chrome
|
||||
Regions:
|
||||
checked: 455, 526, 16, 16
|
||||
checked-disabled: 474, 526, 16, 16
|
||||
unchecked: 0, 0, 0, 0 # Empty placeholder to appease the missing-sprite-exception gods.
|
||||
Reference in New Issue
Block a user