diff --git a/mods/cnc/chrome/ingame.yaml b/mods/cnc/chrome/ingame.yaml index 32e0e75888..e05bb97100 100644 --- a/mods/cnc/chrome/ingame.yaml +++ b/mods/cnc/chrome/ingame.yaml @@ -157,6 +157,12 @@ Container@OBSERVER_WIDGETS: Y: 1 Width: PARENT_RIGHT - 2 Height: PARENT_BOTTOM - 2 + VqaPlayer@PLAYER: + X: 1 + Y: 1 + Width: PARENT_RIGHT - 2 + Height: PARENT_BOTTOM - 2 + Skippable: false Background@REPLAY_PLAYER: Logic: ReplayControlBarLogic X: WINDOW_RIGHT - WIDTH - 5 diff --git a/mods/common/chrome/ingame-observer.yaml b/mods/common/chrome/ingame-observer.yaml index ef4b5ee3cd..00ade9875e 100644 --- a/mods/common/chrome/ingame-observer.yaml +++ b/mods/common/chrome/ingame-observer.yaml @@ -58,6 +58,12 @@ Container@OBSERVER_WIDGETS: Width: PARENT_RIGHT - 19 Height: PARENT_BOTTOM - 19 WorldInteractionController: INTERACTION_CONTROLLER + VqaPlayer@PLAYER: + X: 10 + Y: 10 + Width: PARENT_RIGHT - 20 + Height: PARENT_BOTTOM - 20 + Skippable: false Background@OBSERVER_CONTROL_BG: X: WINDOW_RIGHT - 255 Y: 260 diff --git a/mods/ra/chrome/ingame-observer.yaml b/mods/ra/chrome/ingame-observer.yaml index e72c558e50..9bb2b456a4 100644 --- a/mods/ra/chrome/ingame-observer.yaml +++ b/mods/ra/chrome/ingame-observer.yaml @@ -82,6 +82,12 @@ Container@OBSERVER_WIDGETS: Y: 41 Width: 220 Height: 220 + VqaPlayer@PLAYER: + X: 9 + Y: 41 + Width: 220 + Height: 220 + Skippable: false DropDownButton@SHROUD_SELECTOR: Logic: ObserverShroudSelectorLogic CombinedViewKey: ObserverCombinedView diff --git a/mods/ts/chrome/ingame-observer.yaml b/mods/ts/chrome/ingame-observer.yaml index 4862c6b95e..ce91009c2d 100644 --- a/mods/ts/chrome/ingame-observer.yaml +++ b/mods/ts/chrome/ingame-observer.yaml @@ -58,6 +58,12 @@ Container@OBSERVER_WIDGETS: Width: PARENT_RIGHT - 19 Height: PARENT_BOTTOM - 19 WorldInteractionController: INTERACTION_CONTROLLER + VqaPlayer@PLAYER: + X: 10 + Y: 10 + Width: PARENT_RIGHT - 20 + Height: PARENT_BOTTOM - 20 + Skippable: false Background@OBSERVER_CONTROL_BG: X: WINDOW_RIGHT - 255 Y: 260