Files
OpenRA/mods/cnc/chrome/ingame-infostats.yaml
Gustas dc89341634 Add vote kick
(cherry picked from commit 144e716cdf)
2023-09-27 10:47:17 +03:00

190 lines
3.7 KiB
YAML

Container@SKIRMISH_STATS:
Height: PARENT_BOTTOM
Width: PARENT_RIGHT
Logic: GameInfoStatsLogic
Children:
Container@OBJECTIVE:
Height: 75
Children:
Label@MISSION:
X: 15
Y: 17
Width: 80
Height: 20
Font: MediumBold
Text: Mission:
Label@STATS_STATUS:
X: 95
Y: 17
Width: PARENT_RIGHT - 110
Height: 20
Font: MediumBold
Checkbox@STATS_CHECKBOX:
X: 15
Y: 50
Width: 482
Height: 20
Font: Bold
Text: Destroy all opposition!
Disabled: true
TextColorDisabled: FFFFFF
Container@STATS_HEADERS:
X: 17
Y: 80
Width: PARENT_RIGHT - 34
Children:
Label@NAME:
X: 10
Y: 1
Width: 210
Height: 25
Text: Player
Font: Bold
Label@FACTION:
X: 230
Y: 1
Width: 120
Height: 25
Text: Faction
Font: Bold
Label@SCORE:
X: 392
Y: 1
Width: 60
Height: 25
Text: Score
Font: Bold
Label@ACTIONS:
X: 457
Width: 20
Height: 25
Text: Actions
Font: Bold
ScrollPanel@PLAYER_LIST:
X: 15
Y: 105
Width: PARENT_RIGHT - 30
Height: 285
ItemSpacing: 5
Children:
ScrollItem@TEAM_TEMPLATE:
Background: scrollheader
Width: PARENT_RIGHT - 27
Height: 20
X: 2
Visible: false
Children:
Label@TEAM:
X: 6
Y: 0
Width: 160
Height: 20
Font: Bold
Label@TEAM_SCORE:
X: 392
Y: 0
Width: 60
Height: 20
Font: Bold
Container@PLAYER_TEMPLATE:
Width: PARENT_RIGHT - 27
Height: 25
X: 2
Children:
Image@PROFILE:
ImageCollection: lobby-bits
X: 8
Y: 4
Visible: false
ClientTooltipRegion@PROFILE_TOOLTIP:
X: 8
Y: 4
Width: 16
Height: 16
Visible: false
TooltipContainer: TOOLTIP_CONTAINER
Template: ANONYMOUS_PLAYER_TOOLTIP
Label@NAME:
X: 29
Width: 191
Height: 25
Shadow: True
Image@FACTIONFLAG:
X: 230
Y: 4
Width: 32
Height: 16
LabelWithTooltip@FACTION:
X: 264
Width: 123
Height: 25
Shadow: True
TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP
Label@SCORE:
X: 392
Width: 60
Height: 25
Shadow: True
Checkbox@MUTE:
X: 457
Width: 25
Height: 25
Checkmark: mute
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
Button@KICK:
X: 485
Width: 25
Height: 25
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image:
ImageCollection: lobby-bits
ImageName: kick
X: 7
Y: 7
Container@SPECTATOR_TEMPLATE:
Width: PARENT_RIGHT - 27
Height: 25
X: 2
Children:
Image@PROFILE:
ImageCollection: lobby-bits
X: 8
Y: 4
Visible: false
ClientTooltipRegion@PROFILE_TOOLTIP:
X: 8
Y: 4
Width: 16
Height: 16
Visible: false
TooltipContainer: TOOLTIP_CONTAINER
Template: ANONYMOUS_PLAYER_TOOLTIP
Label@NAME:
X: 29
Width: 191
Height: 25
Shadow: True
Checkbox@MUTE:
X: 457
Width: 25
Height: 25
Checkmark: mute
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
Button@KICK:
X: 485
Width: 25
Height: 25
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image:
ImageCollection: lobby-bits
ImageName: kick
X: 7
Y: 7