Adjust position of transients panel in TS
This commit is contained in:
committed by
Paul Chote
parent
24b9482cc1
commit
ea0bcbd1cc
13
mods/ts/chrome/ingame-transients.yaml
Normal file
13
mods/ts/chrome/ingame-transients.yaml
Normal file
@@ -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
|
||||||
@@ -131,7 +131,7 @@ Assemblies:
|
|||||||
ChromeLayout:
|
ChromeLayout:
|
||||||
common|chrome/ingame.yaml
|
common|chrome/ingame.yaml
|
||||||
common|chrome/ingame-chat.yaml
|
common|chrome/ingame-chat.yaml
|
||||||
common|chrome/ingame-transients.yaml
|
ts|chrome/ingame-transients.yaml
|
||||||
common|chrome/ingame-fmvplayer.yaml
|
common|chrome/ingame-fmvplayer.yaml
|
||||||
common|chrome/ingame-menu.yaml
|
common|chrome/ingame-menu.yaml
|
||||||
common|chrome/ingame-info.yaml
|
common|chrome/ingame-info.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user