Rework TD/modcontent chrome in preparation for UI scaling.

This commit is contained in:
Paul Chote
2020-01-08 21:18:50 +00:00
committed by reaperrr
parent a28992aa38
commit 8c2a2d2cb8
11 changed files with 215 additions and 222 deletions

View File

@@ -52,26 +52,26 @@ namespace OpenRA.Mods.Cnc
border = new[] border = new[]
{ {
new Sprite(sheet, new Rectangle(128, 128, 33, 33), TextureChannel.RGBA), new Sprite(sheet, new Rectangle(129, 129, 32, 32), TextureChannel.RGBA),
new Sprite(sheet, new Rectangle(161, 128, 62, 33), TextureChannel.RGBA), new Sprite(sheet, new Rectangle(161, 129, 62, 32), TextureChannel.RGBA),
new Sprite(sheet, new Rectangle(223, 128, 33, 33), TextureChannel.RGBA), new Sprite(sheet, new Rectangle(223, 129, 32, 32), TextureChannel.RGBA),
new Sprite(sheet, new Rectangle(128, 161, 33, 62), TextureChannel.RGBA), new Sprite(sheet, new Rectangle(129, 161, 32, 62), TextureChannel.RGBA),
null, null,
new Sprite(sheet, new Rectangle(223, 161, 33, 62), TextureChannel.RGBA), new Sprite(sheet, new Rectangle(223, 161, 32, 62), TextureChannel.RGBA),
new Sprite(sheet, new Rectangle(128, 223, 33, 33), TextureChannel.RGBA), new Sprite(sheet, new Rectangle(129, 223, 32, 32), TextureChannel.RGBA),
new Sprite(sheet, new Rectangle(161, 223, 62, 33), TextureChannel.RGBA), new Sprite(sheet, new Rectangle(161, 223, 62, 32), TextureChannel.RGBA),
new Sprite(sheet, new Rectangle(223, 223, 33, 33), TextureChannel.RGBA) new Sprite(sheet, new Rectangle(223, 223, 32, 32), TextureChannel.RGBA)
}; };
nodLogo = new Sprite(sheet, new Rectangle(0, 256, 256, 256), TextureChannel.RGBA); nodLogo = new Sprite(sheet, new Rectangle(0, 256, 256, 256), TextureChannel.RGBA);
gdiLogo = new Sprite(sheet, new Rectangle(256, 256, 256, 256), TextureChannel.RGBA); gdiLogo = new Sprite(sheet, new Rectangle(256, 256, 256, 256), TextureChannel.RGBA);
evaLogo = new Sprite(sheet, new Rectangle(768, 320, 128, 64), TextureChannel.RGBA); evaLogo = new Sprite(sheet, new Rectangle(769, 320, 128, 64), TextureChannel.RGBA);
nodPos = new float2(bounds.Width / 2 - 384, bounds.Height / 2 - 128); nodPos = new float2(bounds.Width / 2 - 384, bounds.Height / 2 - 128);
gdiPos = new float2(bounds.Width / 2 + 128, bounds.Height / 2 - 128); gdiPos = new float2(bounds.Width / 2 + 128, bounds.Height / 2 - 128);
evaPos = new float2(bounds.Width - 43 - 128, 43); evaPos = new float2(bounds.Width - 43 - 128, 43);
brightBlock = new Sprite(sheet, new Rectangle(776, 384, 16, 35), TextureChannel.RGBA); brightBlock = new Sprite(sheet, new Rectangle(777, 385, 16, 35), TextureChannel.RGBA);
dimBlock = new Sprite(sheet, new Rectangle(792, 384, 16, 35), TextureChannel.RGBA); dimBlock = new Sprite(sheet, new Rectangle(794, 385, 16, 35), TextureChannel.RGBA);
versionText = modData.Manifest.Metadata.Version; versionText = modData.Manifest.Metadata.Version;
} }

View File

@@ -1,20 +1,10 @@
^Chrome: ^Chrome:
Image: chrome.png Image: chrome.png
shellmap:
Image: reticle.png
Regions:
reticle: 0, 0, 512, 512
shellmapbits:
Inherits: ^Chrome
Regions:
record: 944, 0, 16, 16
logos: logos:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
eva: 768, 320, 128, 64 eva: 769, 320, 128, 64
nod-load: 0, 256, 256, 256 nod-load: 0, 256, 256, 256
gdi-load: 256, 256, 256, 256 gdi-load: 256, 256, 256, 256
@@ -25,91 +15,91 @@ logos:
button: button:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 128, 0, 1, 1, 30, 30, 1, 1 PanelRegion: 129, 1, 2, 2, 26, 26, 2, 2
button-nod: button-nod:
Inherits: button Inherits: button
button-gdi: button-gdi:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 384, 0, 1, 1, 30, 30, 1, 1 PanelRegion: 385, 1, 2, 2, 26, 26, 2, 2
button-hover: button-hover:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 160, 0, 1, 1, 30, 30, 1, 1 PanelRegion: 161, 1, 2, 2, 26, 26, 2, 2
button-nod-hover: button-nod-hover:
Inherits: button-hover Inherits: button-hover
button-gdi-hover: button-gdi-hover:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 416, 0, 1, 1, 30, 30, 1, 1 PanelRegion: 417, 1, 2, 2, 26, 26, 2, 2
button-disabled: button-disabled:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 160, 32, 1, 1, 30, 30, 1, 1 PanelRegion: 161, 33, 2, 2, 26, 26, 2, 2
button-nod-disabled: button-nod-disabled:
Inherits: button-disabled Inherits: button-disabled
button-gdi-disabled: button-gdi-disabled:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 416, 32, 1, 1, 30, 30, 1, 1 PanelRegion: 417, 33, 2, 2, 26, 26, 2, 2
button-pressed: button-pressed:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 128, 32, 1, 1, 30, 30, 1, 1 PanelRegion: 129, 33, 2, 2, 26, 26, 2, 2
button-nod-pressed: button-nod-pressed:
Inherits: button-pressed Inherits: button-pressed
button-gdi-pressed: button-gdi-pressed:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 384, 32, 1, 1, 30, 30, 1, 1 PanelRegion: 385, 33, 2, 2, 26, 26, 2, 2
button-highlighted: button-highlighted:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 128, 64, 1, 1, 30, 30, 1, 1 PanelRegion: 129, 65, 2, 2, 26, 26, 2, 2
button-nod-highlighted: button-nod-highlighted:
Inherits: button-highlighted Inherits: button-highlighted
button-gdi-highlighted: button-gdi-highlighted:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 384, 64, 1, 1, 30, 30, 1, 1 PanelRegion: 385, 65, 2, 2, 26, 26, 2, 2
button-highlighted-hover: button-highlighted-hover:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 160, 64, 1, 1, 30, 30, 1, 1 PanelRegion: 161, 65, 2, 2, 26, 26, 2, 2
button-nod-highlighted-hover: button-nod-highlighted-hover:
Inherits: button-highlighted-hover Inherits: button-highlighted-hover
button-gdi-highlighted-hover: button-gdi-highlighted-hover:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 416, 64, 1, 1, 30, 30, 1, 1 PanelRegion: 417, 65, 2, 2, 26, 26, 2, 2
button-highlighted-pressed: button-highlighted-pressed:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 128, 96, 1, 1, 30, 30, 1, 1 PanelRegion: 129, 97, 2, 2, 26, 26, 2, 2
button-nod-highlighted-pressed: button-nod-highlighted-pressed:
Inherits: button-highlighted-pressed Inherits: button-highlighted-pressed
button-gdi-highlighted-pressed: button-gdi-highlighted-pressed:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 384, 96, 1, 1, 30, 30, 1, 1 PanelRegion: 385, 97, 2, 2, 26, 26, 2, 2
button-highlighted-disabled: button-highlighted-disabled:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 160, 96, 1, 1, 30, 30, 1, 1 PanelRegion: 161, 97, 2, 2, 26, 26, 2, 2
button-nod-highlighted-disabled: button-nod-highlighted-disabled:
Inherits: button-highlighted-disabled Inherits: button-highlighted-disabled
button-gdi-highlighted-disabled: button-gdi-highlighted-disabled:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 416, 96, 1, 1, 30, 30, 1, 1 PanelRegion: 417, 97, 2, 2, 26, 26, 2, 2
# #
# Textfield # Textfield
@@ -216,51 +206,53 @@ checkbox-highlighted:
panel-black: panel-black:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 64, 0, 2, 2, 60, 60, 2, 2 PanelRegion: 65, 1, 2, 2, 58, 58, 2, 2
panel-black-nod: panel-black-nod:
Inherits: panel-black Inherits: panel-black
panel-black-gdi: panel-black-gdi:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 320, 0, 2, 2, 60, 60, 2, 2 PanelRegion: 321, 1, 2, 2, 58, 58, 2, 2
panel-darkred: panel-darkred:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 0, 64, 2, 2, 60, 60, 2, 2 PanelRegion: 1, 65, 2, 2, 58, 58, 2, 2
panel-darkred-nod: panel-darkred-nod:
Inherits: panel-darkred Inherits: panel-darkred
panel-darkred-gdi: panel-darkred-gdi:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 256, 64, 2, 2, 60, 60, 2, 2 PanelRegion: 257, 65, 2, 2, 58, 58, 2, 2
panel-gray: panel-gray:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 64, 64, 2, 2, 60, 60, 2, 2 PanelRegion: 65, 65, 2, 2, 58, 58, 2, 2
panel-gray-nod: panel-gray-nod:
Inherits: panel-gray Inherits: panel-gray
panel-gray-gdi: panel-gray-gdi:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 320, 64, 2, 2, 60, 60, 2, 2 PanelRegion: 321, 65, 2, 2, 58, 58, 2, 2
panel-allblack: panel-allblack:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 0, 0, 1, 1, 30, 30, 1, 1 PanelRegion: 1, 1, 0, 0, 30, 30, 0, 0
PanelSides: Center
panel-allblack-nod: panel-allblack-nod:
Inherits: panel-allblack Inherits: panel-allblack
panel-allblack-gdi: panel-allblack-gdi:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 256, 0, 1, 1, 30, 30, 1, 1 PanelRegion: 257, 1, 2, 2, 26, 26, 2, 2
PanelSides: Center
panel-transparent: panel-transparent:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 0, 32, 1, 1, 30, 30, 1, 1 PanelRegion: 1, 33, 0, 0, 30, 30, 0, 0
PanelSides: Edges PanelSides: Edges
panel-transparent-nod: panel-transparent-nod:
@@ -268,12 +260,12 @@ panel-transparent-nod:
panel-transparent-gdi: panel-transparent-gdi:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 256, 32, 1, 1, 30, 30, 1, 1 PanelRegion: 257, 33, 0, 0, 30, 30, 0, 0
PanelSides: Edges PanelSides: Edges
shellmapborder: shellmapborder:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 128, 128, 33, 33, 62, 62, 33, 33 PanelRegion: 129, 129, 32, 32, 62, 62, 32, 32
PanelSides: Edges PanelSides: Edges
shellmapborder-nod: shellmapborder-nod:
@@ -282,7 +274,7 @@ shellmapborder-nod:
shellmapborder-gdi: shellmapborder-gdi:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 384, 128, 33, 33, 62, 62, 33, 33 PanelRegion: 385, 129, 32, 32, 62, 62, 32, 32
PanelSides: Edges PanelSides: Edges
# #
@@ -294,87 +286,86 @@ music:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
pause: 768, 0, 16, 16 pause: 768, 0, 16, 16
stop: 784, 0, 16, 16 stop: 785, 0, 16, 16
play: 800, 0, 16, 16 play: 802, 0, 16, 16
next: 816, 0, 16, 16 next: 819, 0, 16, 16
prev: 832, 0, 16, 16 prev: 836, 0, 16, 16
fastforward: 848, 0, 16, 16 fastforward: 853, 0, 16, 16
slowmo: 864, 0, 16, 16
lobby-bits: lobby-bits:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
spawn-unclaimed: 776, 420, 19, 19 spawn-unclaimed: 777, 423, 19, 19
spawn-claimed: 776, 440, 19, 19 spawn-claimed: 777, 443, 19, 19
admin: 928, 0, 6, 5 admin: 938, 0, 6, 5
colorpicker: 880, 0, 14, 14 colorpicker: 887, 0, 14, 14
huepicker: 896, 0, 7, 15 huepicker: 904, 0, 7, 15
kick: 912, 0, 11, 11 kick: 921, 0, 11, 11
protected: 768, 16, 12, 13 protected: 768, 17, 12, 13
protected-disabled: 784, 16, 12, 13 protected-disabled: 785, 17, 12, 13
authentication: 800, 16, 12, 13 authentication: 802, 17, 12, 13
authentication-disabled: 816, 16, 12, 13 authentication-disabled: 819, 17, 12, 13
admin-registered: 768, 48, 16, 16 admin-registered: 768, 51, 16, 16
admin-anonymous: 800, 48, 16, 16 admin-anonymous: 802, 51, 16, 16
player-registered: 784, 48, 16, 16 player-registered: 785, 51, 16, 16
player-anonymous: 816, 48, 16, 16 player-anonymous: 819, 51, 16, 16
reload-icon: reload-icon:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
enabled: 768, 32, 16, 16 enabled: 768, 34, 16, 16
disabled-0: 784, 32, 16, 16 disabled-0: 785, 34, 16, 16
disabled-1: 800, 32, 16, 16 disabled-1: 802, 34, 16, 16
disabled-2: 816, 32, 16, 16 disabled-2: 819, 34, 16, 16
disabled-3: 832, 32, 16, 16 disabled-3: 836, 34, 16, 16
disabled-4: 848, 32, 16, 16 disabled-4: 853, 34, 16, 16
disabled-5: 864, 32, 16, 16 disabled-5: 870, 34, 16, 16
disabled-6: 880, 32, 16, 16 disabled-6: 887, 34, 16, 16
disabled-7: 896, 32, 16, 16 disabled-7: 904, 34, 16, 16
disabled-8: 912, 32, 16, 16 disabled-8: 921, 34, 16, 16
disabled-9: 928, 32, 16, 16 disabled-9: 938, 34, 16, 16
disabled-10: 944, 32, 16, 16 disabled-10: 955, 34, 16, 16
disabled-11: 960, 32, 16, 16 disabled-11: 972, 34, 16, 16
checkbox-bits: checkbox-bits:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
checked: 960, 16, 16, 16 checked: 972, 17, 16, 16
checked-disabled: 976, 16, 16, 16 checked-disabled: 989, 17, 16, 16
crossed: 992, 16, 16, 16 crossed: 972, 0, 16, 16
crossed-disabled: 1008, 16, 16, 16 crossed-disabled: 989, 0, 16, 16
scrollbar: scrollbar:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
down_arrow: 832, 16, 16, 16 down_arrow: 836, 17, 16, 16
down_pressed: 848, 16, 16, 16 down_pressed: 853, 17, 16, 16
up_arrow: 864, 16, 16, 16 up_arrow: 870, 17, 16, 16
up_pressed: 880, 16, 16, 16 up_pressed: 887, 17, 16, 16
right_arrow: 896, 16, 16, 16 right_arrow: 904, 17, 16, 16
right_pressed: 912, 16, 16, 16 right_pressed: 921, 17, 16, 16
left_arrow: 928, 16, 16, 16 left_arrow: 938, 17, 16, 16
left_pressed: 944, 16, 16, 16 left_pressed: 955, 17, 16, 16
flags: flags:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
nod: 808, 384, 32, 16 nod: 811, 385, 32, 16
gdi: 808, 400, 32, 16 gdi: 811, 402, 32, 16
Random: 808, 416, 32, 16 Random: 811, 419, 32, 16
strategic: strategic:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
unowned: 896, 320, 32, 32 unowned: 768, 223, 22, 22
critical_unowned: 896, 352, 32, 32 critical_unowned: 814, 223, 22, 22
enemy_owned: 928, 352, 32, 32 enemy_owned: 837, 223, 22, 22
player_owned: 992, 320, 32, 32 player_owned: 883, 223, 22, 22
dropdown: dropdown:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
separator: 64, 1, 1, 19 separator: 65, 1, 1, 19
# #
# Common chrome # Common chrome
@@ -384,117 +375,118 @@ dropdown:
sidebar: sidebar:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
background-sidebar: 512, 0, 230, 315 background-sidebar: 513, 0, 230, 315
background-commandbar: 512, 468, 494, 44 background-commandbar: 513, 468, 494, 44
sidebar-bits: sidebar-bits:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
indicator-left: 960, 0, 16, 8 indicator-left: 955, 0, 16, 8
indicator-right: 960, 8, 16, 8 indicator-right: 955, 8, 16, 8
production-tooltip-time: 896, 48, 16, 16 production-tooltip-time: 904, 51, 16, 16
production-tooltip-power: 864, 48, 16, 16 production-tooltip-power: 870, 51, 16, 16
production-tooltip-cost: 832, 48, 16, 16 production-tooltip-cost: 836, 51, 16, 16
indicator-muted: 918, 221, 24, 24
vertical-bars: vertical-bars:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
power: 743, 0, 10, 190 power: 744, 0, 10, 190
silo: 754, 0, 10, 190 silo: 755, 0, 10, 190
production-icons: production-icons:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
building: 768, 64, 16, 16 building: 768, 68, 16, 16
building-disabled: 768, 80, 16, 16 building-disabled: 768, 85, 16, 16
building-alert: 768, 96, 16, 16 building-alert: 768, 102, 16, 16
defence: 784, 64, 16, 16 defence: 785, 68, 16, 16
defence-disabled: 784, 80, 16, 16 defence-disabled: 785, 85, 16, 16
defence-alert: 784, 96, 16, 16 defence-alert: 785, 102, 16, 16
infantry: 800, 64, 16, 16 infantry: 802, 68, 16, 16
infantry-disabled: 800, 80, 16, 16 infantry-disabled: 802, 85, 16, 16
infantry-alert: 800, 96, 16, 16 infantry-alert: 802, 102, 16, 16
vehicle: 816, 64, 16, 16 vehicle: 819, 68, 16, 16
vehicle-disabled: 816, 80, 16, 16 vehicle-disabled: 819, 85, 16, 16
vehicle-alert: 816, 96, 16, 16 vehicle-alert: 819, 102, 16, 16
aircraft: 832, 64, 16, 16 aircraft: 836, 68, 16, 16
aircraft-disabled: 832, 80, 16, 16 aircraft-disabled: 836, 85, 16, 16
aircraft-alert: 832, 96, 16, 16 aircraft-alert: 836, 102, 16, 16
order-icons: order-icons:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
repair: 896, 64, 16, 16 repair: 904, 68, 16, 16
repair-disabled: 896, 80, 16, 16 repair-disabled: 904, 85, 16, 16
repair-active: 896, 96, 16, 16 repair-active: 904, 102, 16, 16
sell: 880, 64, 16, 16 sell: 887, 68, 16, 16
sell-disabled: 880, 80, 16, 16 sell-disabled: 887, 85, 16, 16
sell-active: 880, 96, 16, 16 sell-active: 887, 102, 16, 16
options: 864, 64, 16, 16 options: 870, 68, 16, 16
options-disabled: 864, 80, 16, 16 options-disabled: 870, 85, 16, 16
options-active: 864, 96, 16, 16 options-active: 870, 102, 16, 16
beacon: 912, 64, 16, 16 beacon: 921, 68, 16, 16
beacon-disabled: 912, 80, 16, 16 beacon-disabled: 921, 85, 16, 16
beacon-active: 912, 96, 16, 16 beacon-active: 921, 102, 16, 16
stats: 960, 64, 16, 16 stats: 972, 68, 16, 16
stats-disabled: 960, 80, 16, 16 stats-disabled: 972, 85, 16, 16
stats-active: 960, 96, 16, 16 stats-active: 972, 102, 16, 16
power-icons: power-icons:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
power-normal: 864, 48, 16, 16 power-normal: 870, 51, 16, 16
power-critical: 880, 48, 16, 16 power-critical: 887, 51, 16, 16
cash-icons: cash-icons:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
cash-normal: 832, 48, 16, 16 cash-normal: 836, 51, 16, 16
cash-critical: 848, 48, 16, 16 cash-critical: 853, 51, 16, 16
stance-icons: stance-icons:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
attack-anything: 768, 112, 16, 16 attack-anything: 768, 119, 16, 16
attack-anything-disabled: 768, 128, 16, 16 attack-anything-disabled: 768, 136, 16, 16
attack-anything-active: 768, 144, 16, 16 attack-anything-active: 768, 153, 16, 16
defend: 784, 112, 16, 16 defend: 785, 119, 16, 16
defend-disabled: 784, 128, 16, 16 defend-disabled: 785, 136, 16, 16
defend-active: 784, 144, 16, 16 defend-active: 785, 153, 16, 16
return-fire: 800, 112, 16, 16 return-fire: 802, 119, 16, 16
return-fire-disabled: 800, 128, 16, 16 return-fire-disabled: 802, 136, 16, 16
return-fire-active: 800, 144, 16, 16 return-fire-active: 802, 153, 16, 16
hold-fire: 816, 112, 16, 16 hold-fire: 819, 119, 16, 16
hold-fire-disabled: 816, 128, 16, 16 hold-fire-disabled: 819, 136, 16, 16
hold-fire-active: 816, 144, 16, 16 hold-fire-active: 819, 153, 16, 16
command-icons: command-icons:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
attack-move: 768, 248, 24, 24 attack-move: 768, 246, 24, 24
attack-move-disabled: 768, 272, 24, 24 attack-move-disabled: 768, 271, 24, 24
attack-move-active: 768, 296, 24, 24 attack-move-active: 768, 296, 24, 24
force-move: 792, 248, 24, 24 force-move: 793, 246, 24, 24
force-move-disabled: 792, 272, 24, 24 force-move-disabled: 793, 271, 24, 24
force-move-active: 792, 296, 24, 24 force-move-active: 793, 296, 24, 24
force-attack: 816, 248, 24, 24 force-attack: 818, 246, 24, 24
force-attack-disabled: 816, 272, 24, 24 force-attack-disabled: 818, 271, 24, 24
force-attack-active: 816, 296, 24, 24 force-attack-active: 818, 296, 24, 24
guard: 840, 248, 24, 24 guard: 843, 246, 24, 24
guard-disabled: 840, 272, 24, 24 guard-disabled: 843, 271, 24, 24
guard-active: 840, 296, 24, 24 guard-active: 843, 296, 24, 24
deploy: 864, 248, 24, 24 deploy: 868, 246, 24, 24
deploy-disabled: 864, 272, 24, 24 deploy-disabled: 868, 271, 24, 24
deploy-active: 864, 296, 24, 24 deploy-active: 868, 296, 24, 24
scatter: 888, 248, 24, 24 scatter: 893, 246, 24, 24
scatter-disabled: 888, 272, 24, 24 scatter-disabled: 893, 271, 24, 24
scatter-active: 888, 296, 24, 24 scatter-active: 893, 296, 24, 24
stop: 912, 248, 24, 24 stop: 918, 246, 24, 24
stop-disabled: 912, 272, 24, 24 stop-disabled: 918, 271, 24, 24
stop-active: 912, 296, 24, 24 stop-active: 918, 296, 24, 24
queue-orders: 936, 248, 24, 24 queue-orders: 943, 246, 24, 24
queue-orders-disabled: 936, 272, 24, 24 queue-orders-disabled: 943, 271, 24, 24
queue-orders-active: 936, 296, 24, 24 queue-orders-active: 943, 296, 24, 24
# #
# NOD chrome # NOD chrome
@@ -503,48 +495,48 @@ command-icons:
chrome-button-background-nod: chrome-button-background-nod:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 192, 0, 0, 0, 32, 32, 0, 0 PanelRegion: 193, 1, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-nod-hover: chrome-button-background-nod-hover:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 224, 0, 0, 0, 32, 32, 0, 0 PanelRegion: 225, 1, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-nod-disabled: chrome-button-background-nod-disabled:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 192, 0, 0, 0, 32, 32, 0, 0 PanelRegion: 193, 1, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-nod-pressed: chrome-button-background-nod-pressed:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 224, 32, 0, 0, 32, 32, 0, 0 PanelRegion: 225, 33, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-nod-highlighted: chrome-button-background-nod-highlighted:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 192, 64, 0, 0, 32, 32, 0, 0 PanelRegion: 193, 65, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-nod-highlighted-hover: chrome-button-background-nod-highlighted-hover:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 224, 64, 0, 0, 32, 32, 0, 0 PanelRegion: 225, 65, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-nod-highlighted-pressed: chrome-button-background-nod-highlighted-pressed:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 192, 96, 0, 0, 32, 32, 0, 0 PanelRegion: 193, 97, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-nod-highlighted-disabled: chrome-button-background-nod-highlighted-disabled:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 224, 96, 0, 0, 32, 32, 0, 0 PanelRegion: 225, 97, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-nod: chrome-button-nod:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
separator: 744, 192, 22, 22 separator: 745, 192, 1, 22
chrome-radar-nod: chrome-radar-nod:
Inherits: ^Chrome Inherits: ^Chrome
@@ -558,48 +550,48 @@ chrome-radar-nod:
chrome-button-background-gdi: chrome-button-background-gdi:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 448, 0, 0, 0, 32, 32, 0, 0 PanelRegion: 449, 1, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-gdi-hover: chrome-button-background-gdi-hover:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 480, 0, 0, 0, 32, 32, 0, 0 PanelRegion: 481, 1, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-gdi-disabled: chrome-button-background-gdi-disabled:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 448, 0, 0, 0, 32, 32, 0, 0 PanelRegion: 449, 1, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-gdi-pressed: chrome-button-background-gdi-pressed:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 480, 32, 0, 0, 32, 32, 0, 0 PanelRegion: 481, 33, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-gdi-highlighted: chrome-button-background-gdi-highlighted:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 448, 64, 0, 0, 32, 32, 0, 0 PanelRegion: 449, 65, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-gdi-highlighted-hover: chrome-button-background-gdi-highlighted-hover:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 480, 64, 0, 0, 32, 32, 0, 0 PanelRegion: 481, 65, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-gdi-highlighted-pressed: chrome-button-background-gdi-highlighted-pressed:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 448, 96, 0, 0, 32, 32, 0, 0 PanelRegion: 449, 97, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-background-gdi-highlighted-disabled: chrome-button-background-gdi-highlighted-disabled:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 480, 96, 0, 0, 32, 32, 0, 0 PanelRegion: 481, 97, 0, 0, 30, 30, 0, 0
PanelSides: Center PanelSides: Center
chrome-button-gdi: chrome-button-gdi:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
separator: 745, 192, 22, 22 separator: 747, 192, 1, 22
chrome-radar-gdi: chrome-radar-gdi:
Inherits: ^Chrome Inherits: ^Chrome

View File

@@ -1530,7 +1530,7 @@ Container@PLAYER_WIDGETS:
Height: 190 Height: 190
Children: Children:
ResourceBar@POWERBAR: ResourceBar@POWERBAR:
Width: 10 Width: 9
Height: PARENT_BOTTOM - 2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP_FACTIONSUFFIX TooltipTemplate: SIMPLE_TOOLTIP_FACTIONSUFFIX
@@ -1540,13 +1540,14 @@ Container@PLAYER_WIDGETS:
ImageName: power ImageName: power
Container@SILOBAR_PANEL: Container@SILOBAR_PANEL:
Logic: IngameSiloBarLogic Logic: IngameSiloBarLogic
X: 220 X: 219
Y: 51 Y: 51
Width: 10 Width: 10
Height: 190 Height: 190
Children: Children:
ResourceBar@SILOBAR: ResourceBar@SILOBAR:
Width: 10 X: 1
Width: 9
Height: PARENT_BOTTOM - 2 Height: PARENT_BOTTOM - 2
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP_FACTIONSUFFIX TooltipTemplate: SIMPLE_TOOLTIP_FACTIONSUFFIX

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

@@ -3,38 +3,38 @@
panel-header: panel-header:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 0, 512, 3, 3, 58, 58, 3, 3 PanelRegion: 0, 512, 4, 4, 56, 56, 4, 4
panel-bg: panel-bg:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 64, 512, 3, 3, 58, 58, 3, 3 PanelRegion: 65, 512, 4, 4, 56, 56, 4, 4
panel-thinborder: panel-thinborder:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 1, 513, 2, 2, 58, 58, 2, 2 PanelRegion: 1, 513, 3, 3, 56, 56, 3, 3
panel-thinborder-light: panel-thinborder-light:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 641, 513, 2, 2, 58, 58, 2, 2 PanelRegion: 643, 513, 3, 3, 56, 56, 3, 3
button: button:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 128, 512, 10, 10, 44, 44, 10, 10 PanelRegion: 130, 512, 10, 10, 44, 44, 10, 10
button-hover: button-hover:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 192, 512, 10, 10, 44, 44, 10, 10 PanelRegion: 195, 512, 10, 10, 44, 44, 10, 10
button-disabled: button-disabled:
Inherits: button Inherits: button
button-pressed: button-pressed:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 320, 512, 10, 10, 44, 44, 10, 10 PanelRegion: 325, 512, 10, 10, 44, 44, 10, 10
button-highlighted: button-highlighted:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 256, 512, 10, 10, 44, 44, 10, 10 PanelRegion: 260, 512, 10, 10, 44, 44, 10, 10
button-highlighted-hover: button-highlighted-hover:
Inherits: button-pressed Inherits: button-pressed
@@ -47,7 +47,7 @@ button-highlighted-disabled:
button-highlighted-thin: button-highlighted-thin:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 512, 512, 10, 10, 44, 44, 10, 10 PanelRegion: 513, 512, 10, 10, 44, 44, 10, 10
button-highlighted-thin-hover: button-highlighted-thin-hover:
Inherits: button-highlighted-thin-pressed Inherits: button-highlighted-thin-pressed
@@ -61,16 +61,16 @@ button-highlighted-thin-disabled:
progressbar-bg: progressbar-bg:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 448, 560, 6, 6, 52, 4, 6, 6 PanelRegion: 447, 560, 6, 6, 52, 4, 6, 6
progressbar-thumb: progressbar-thumb:
Inherits: ^Chrome Inherits: ^Chrome
PanelRegion: 448, 544, 6, 6, 52, 4, 6, 6 PanelRegion: 447, 543, 6, 6, 52, 4, 6, 6
panel-rule: panel-rule:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
border-t: 64, 512, 64, 2 border-t: 66, 512, 62, 2
background: background:
Inherits: ^Chrome Inherits: ^Chrome
@@ -80,10 +80,10 @@ background:
modcontent: modcontent:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
logo: 0, 576, 280, 128 logo: 0, 577, 280, 128
leftarrow: 384, 512, 20, 64 leftarrow: 390, 512, 20, 64
rightarrow: 404, 512, 20, 64 rightarrow: 411, 512, 20, 64
cdicon: 448, 512, 20, 20 cdicon: 432, 512, 20, 20
scrollpanel-bg: scrollpanel-bg:
Inherits: panel-thinborder Inherits: panel-thinborder
@@ -103,7 +103,7 @@ scrollpanel-button-pressed:
scrollbar: scrollbar:
Inherits: ^Chrome Inherits: ^Chrome
Regions: Regions:
down_arrow: 480, 512, 16, 16 down_arrow: 453, 512, 16, 16
down_pressed: 480, 512, 16, 16 down_pressed: 453, 512, 16, 16
up_arrow: 480, 528, 16, 16 up_arrow: 470, 512, 16, 16
up_pressed: 480, 528, 16, 16 up_pressed: 470, 512, 16, 16