Ran the Utility's update-mod command

utility example --update-mod release-20231010 --detailed --apply
This commit is contained in:
Pavel Penev 2024-11-24 20:15:02 +02:00 committed by Matthias Mailänder
parent 9f1ba7d7b1
commit d03f43b435

View File

@ -5,20 +5,20 @@ Container@OBSERVER_WIDGETS:
LogicKeyListener@OBSERVER_KEY_LISTENER: LogicKeyListener@OBSERVER_KEY_LISTENER:
Container@MUTE_INDICATOR: Container@MUTE_INDICATOR:
Logic: MuteIndicatorLogic Logic: MuteIndicatorLogic
X: WINDOW_RIGHT - WIDTH - 260 X: WINDOW_WIDTH - WIDTH - 260
Y: 5 Y: 5
Width: 200 Width: 200
Height: 25 Height: 25
Children: Children:
Image@ICON: Image@ICON:
X: PARENT_RIGHT - WIDTH X: PARENT_WIDTH - WIDTH
Y: 1 Y: 1
Width: 24 Width: 24
Height: 24 Height: 24
ImageCollection: sidebar-bits ImageCollection: sidebar-bits
ImageName: indicator-muted ImageName: indicator-muted
Label@LABEL: Label@LABEL:
Width: PARENT_RIGHT - 30 Width: PARENT_WIDTH - 30
Height: 25 Height: 25
Align: Right Align: Right
Text: label-mute-indicator Text: label-mute-indicator
@ -34,12 +34,12 @@ Container@OBSERVER_WIDGETS:
DisableWorldSounds: true DisableWorldSounds: true
Container@GAME_TIMER_BLOCK: Container@GAME_TIMER_BLOCK:
Logic: GameTimerLogic Logic: GameTimerLogic
X: (WINDOW_RIGHT - WIDTH) / 2 X: (WINDOW_WIDTH - WIDTH) / 2
Width: 100 Width: 100
Height: 55 Height: 55
Children: Children:
LabelWithTooltip@GAME_TIMER: LabelWithTooltip@GAME_TIMER:
Width: PARENT_RIGHT Width: PARENT_WIDTH
Height: 30 Height: 30
Align: Center Align: Center
Font: Title Font: Title
@ -48,13 +48,13 @@ Container@OBSERVER_WIDGETS:
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
Label@GAME_TIMER_STATUS: Label@GAME_TIMER_STATUS:
Y: 32 Y: 32
Width: PARENT_RIGHT Width: PARENT_WIDTH
Height: 15 Height: 15
Align: Center Align: Center
Font: Bold Font: Bold
Contrast: true Contrast: true
Background@RADAR_BG: Background@RADAR_BG:
X: WINDOW_RIGHT - 255 X: WINDOW_WIDTH - 255
Y: 5 Y: 5
Width: 250 Width: 250
Height: 250 Height: 250
@ -62,17 +62,17 @@ Container@OBSERVER_WIDGETS:
Radar@INGAME_RADAR: Radar@INGAME_RADAR:
X: 10 X: 10
Y: 10 Y: 10
Width: PARENT_RIGHT - 19 Width: PARENT_WIDTH - 19
Height: PARENT_BOTTOM - 19 Height: PARENT_HEIGHT - 19
WorldInteractionController: INTERACTION_CONTROLLER WorldInteractionController: INTERACTION_CONTROLLER
VideoPlayer@PLAYER: VideoPlayer@PLAYER:
X: 10 X: 10
Y: 10 Y: 10
Width: PARENT_RIGHT - 20 Width: PARENT_WIDTH - 20
Height: PARENT_BOTTOM - 20 Height: PARENT_HEIGHT - 20
Skippable: false Skippable: false
Background@OBSERVER_CONTROL_BG: Background@OBSERVER_CONTROL_BG:
X: WINDOW_RIGHT - 255 X: WINDOW_WIDTH - 255
Y: 260 Y: 260
Width: 250 Width: 250
Height: 55 Height: 55
@ -95,12 +95,12 @@ Container@OBSERVER_WIDGETS:
Y: 5 Y: 5
Label@LABEL: Label@LABEL:
X: 34 X: 34
Width: PARENT_RIGHT Width: PARENT_WIDTH
Height: 25 Height: 25
Shadow: True Shadow: True
Label@NOFLAG_LABEL: Label@NOFLAG_LABEL:
X: 5 X: 5
Width: PARENT_RIGHT Width: PARENT_WIDTH
Height: 25 Height: 25
Shadow: True Shadow: True
Container@REPLAY_PLAYER: Container@REPLAY_PLAYER: