183 lines
4.2 KiB
YAML
183 lines
4.2 KiB
YAML
Container@OBSERVER_WIDGETS:
|
|
Logic: MenuButtonsChromeLogic, LoadIngameChatLogic
|
|
Children:
|
|
Container@CHAT_ROOT:
|
|
LogicKeyListener@OBSERVER_KEY_LISTENER:
|
|
Container@MUTE_INDICATOR:
|
|
Logic: MuteIndicatorLogic
|
|
X: WINDOW_WIDTH - WIDTH - 260
|
|
Y: 5
|
|
Width: 200
|
|
Height: 25
|
|
Children:
|
|
Image@ICON:
|
|
X: PARENT_WIDTH - WIDTH
|
|
Y: 1
|
|
Width: 24
|
|
Height: 24
|
|
ImageCollection: sidebar-bits
|
|
ImageName: indicator-muted
|
|
Label@LABEL:
|
|
Width: PARENT_WIDTH - 30
|
|
Height: 25
|
|
Align: Right
|
|
Text: label-mute-indicator
|
|
Contrast: true
|
|
MenuButton@OPTIONS_BUTTON:
|
|
X: 5
|
|
Y: 5
|
|
Width: 160
|
|
Height: 25
|
|
Text: button-observer-widgets-options
|
|
Font: Bold
|
|
Key: escape
|
|
DisableWorldSounds: true
|
|
Container@GAME_TIMER_BLOCK:
|
|
Logic: GameTimerLogic
|
|
X: (WINDOW_WIDTH - WIDTH) / 2
|
|
Width: 100
|
|
Height: 55
|
|
Children:
|
|
LabelWithTooltip@GAME_TIMER:
|
|
Width: PARENT_WIDTH
|
|
Height: 30
|
|
Align: Center
|
|
Font: Title
|
|
Contrast: true
|
|
TooltipContainer: TOOLTIP_CONTAINER
|
|
TooltipTemplate: SIMPLE_TOOLTIP
|
|
Label@GAME_TIMER_STATUS:
|
|
Y: 32
|
|
Width: PARENT_WIDTH
|
|
Height: 15
|
|
Align: Center
|
|
Font: Bold
|
|
Contrast: true
|
|
Background@RADAR_BG:
|
|
X: WINDOW_WIDTH - 255
|
|
Y: 5
|
|
Width: 250
|
|
Height: 250
|
|
Children:
|
|
Radar@INGAME_RADAR:
|
|
X: 10
|
|
Y: 10
|
|
Width: PARENT_WIDTH - 19
|
|
Height: PARENT_HEIGHT - 19
|
|
WorldInteractionController: INTERACTION_CONTROLLER
|
|
VideoPlayer@PLAYER:
|
|
X: 10
|
|
Y: 10
|
|
Width: PARENT_WIDTH - 20
|
|
Height: PARENT_HEIGHT - 20
|
|
Skippable: false
|
|
Background@OBSERVER_CONTROL_BG:
|
|
X: WINDOW_WIDTH - 255
|
|
Y: 260
|
|
Width: 250
|
|
Height: 55
|
|
Children:
|
|
DropDownButton@SHROUD_SELECTOR:
|
|
Logic: ObserverShroudSelectorLogic
|
|
CombinedViewKey: ObserverCombinedView
|
|
WorldViewKey: ObserverWorldView
|
|
X: 15
|
|
Y: 15
|
|
Width: 220
|
|
Height: 25
|
|
Font: Bold
|
|
Children:
|
|
LogicKeyListener@SHROUD_KEYHANDLER:
|
|
Image@FLAG:
|
|
Width: 23
|
|
Height: 23
|
|
X: 2
|
|
Y: 5
|
|
Label@LABEL:
|
|
X: 34
|
|
Width: PARENT_WIDTH
|
|
Height: 25
|
|
Shadow: True
|
|
Label@NOFLAG_LABEL:
|
|
X: 5
|
|
Width: PARENT_WIDTH
|
|
Height: 25
|
|
Shadow: True
|
|
Container@REPLAY_PLAYER:
|
|
Logic: ReplayControlBarLogic
|
|
Y: 39
|
|
Width: 160
|
|
Height: 35
|
|
Visible: false
|
|
Children:
|
|
Button@BUTTON_PAUSE:
|
|
X: 15
|
|
Y: 10
|
|
Width: 26
|
|
Height: 26
|
|
Key: Pause
|
|
TooltipText: button-replay-player-pause-tooltip
|
|
TooltipContainer: TOOLTIP_CONTAINER
|
|
IgnoreChildMouseOver: true
|
|
Children:
|
|
Image@IMAGE_PAUSE:
|
|
X: 5
|
|
Y: 5
|
|
ImageCollection: music
|
|
ImageName: pause
|
|
Button@BUTTON_PLAY:
|
|
X: 15
|
|
Y: 10
|
|
Width: 26
|
|
Height: 26
|
|
Key: Pause
|
|
TooltipText: button-replay-player-play-tooltip
|
|
TooltipContainer: TOOLTIP_CONTAINER
|
|
IgnoreChildMouseOver: true
|
|
Children:
|
|
Image@IMAGE_PLAY:
|
|
X: 5
|
|
Y: 5
|
|
ImageCollection: music
|
|
ImageName: play
|
|
Button@BUTTON_SLOW:
|
|
X: 55
|
|
Y: 13
|
|
Width: 36
|
|
Height: 20
|
|
Key: ReplaySpeedSlow
|
|
TooltipText: button-replay-player-slow.tooltip
|
|
TooltipContainer: TOOLTIP_CONTAINER
|
|
Text: button-replay-player-slow.label
|
|
Font: TinyBold
|
|
Button@BUTTON_REGULAR:
|
|
X: 55 + 45
|
|
Y: 13
|
|
Width: 38
|
|
Height: 20
|
|
Key: ReplaySpeedRegular
|
|
TooltipText: button-replay-player-regular.tooltip
|
|
TooltipContainer: TOOLTIP_CONTAINER
|
|
Text: button-replay-player-regular.label
|
|
Font: TinyBold
|
|
Button@BUTTON_FAST:
|
|
X: 55 + 45 * 2
|
|
Y: 13
|
|
Width: 38
|
|
Height: 20
|
|
Key: ReplaySpeedFast
|
|
TooltipText: button-replay-player-fast.tooltip
|
|
TooltipContainer: TOOLTIP_CONTAINER
|
|
Text: button-replay-player-fast.label
|
|
Font: TinyBold
|
|
Button@BUTTON_MAXIMUM:
|
|
X: 55 + 45 * 3
|
|
Y: 13
|
|
Width: 38
|
|
Height: 20
|
|
Key: ReplaySpeedMax
|
|
TooltipText: button-replay-player-maximum.tooltip
|
|
TooltipContainer: TOOLTIP_CONTAINER
|
|
Text: button-replay-player-maximum.label
|
|
Font: TinyBold
|