diff --git a/mods/ts/chrome/ingame-transients.yaml b/mods/ts/chrome/ingame-transients.yaml new file mode 100644 index 0000000000..b3a36878f1 --- /dev/null +++ b/mods/ts/chrome/ingame-transients.yaml @@ -0,0 +1,13 @@ +Container@TRANSIENTS_PANEL: + X: 5 + Y: WINDOW_BOTTOM - HEIGHT - 65 + Width: 550 + Height: 80 + Logic: IngameTransientNotificationsLogic + Children: + TextNotificationsDisplay@TRANSIENTS_DISPLAY: + Width: PARENT_RIGHT + Height: PARENT_BOTTOM + RemoveTime: 100 + LogLength: 5 + HideOverflow: False diff --git a/mods/ts/mod.yaml b/mods/ts/mod.yaml index ca85bb627b..49cfe0c6aa 100644 --- a/mods/ts/mod.yaml +++ b/mods/ts/mod.yaml @@ -131,7 +131,7 @@ Assemblies: ChromeLayout: common|chrome/ingame.yaml common|chrome/ingame-chat.yaml - common|chrome/ingame-transients.yaml + ts|chrome/ingame-transients.yaml common|chrome/ingame-fmvplayer.yaml common|chrome/ingame-menu.yaml common|chrome/ingame-info.yaml