Add a transients panel with corresponding chrome logic and a notification template

This commit is contained in:
Ivaylo Draganov
2021-06-16 19:06:15 +03:00
committed by Matthias Mailänder
parent 9e92340ea7
commit 01d47566cc
20 changed files with 155 additions and 38 deletions

View File

@@ -10,7 +10,6 @@ Container@CHAT_PANEL:
Chat: CHAT_LINE_TEMPLATE
System: SYSTEM_LINE_TEMPLATE
Mission: SYSTEM_LINE_TEMPLATE
Feedback: SYSTEM_LINE_TEMPLATE
Children:
Container@CHAT_OVERLAY:
Width: PARENT_RIGHT - 24

View File

@@ -7,7 +7,6 @@ Container@CHAT_CONTAINER:
Chat: CHAT_LINE_TEMPLATE
System: SYSTEM_LINE_TEMPLATE
Mission: SYSTEM_LINE_TEMPLATE
Feedback: SYSTEM_LINE_TEMPLATE
Children:
Container@CHAT_CHROME:
X: 15

View File

@@ -59,7 +59,7 @@ Container@PERF_WIDGETS:
Background@GRAPH_BG:
Logic: AddFactionSuffixLogic
X: 5
Y: WINDOW_BOTTOM - HEIGHT - 56
Y: WINDOW_BOTTOM - HEIGHT - 156
Width: 220
Height: 220
Background: panel-black

View File

@@ -4,7 +4,7 @@ Container@SERVER_LOBBY:
Chat: CHAT_LINE_TEMPLATE
System: SYSTEM_LINE_TEMPLATE
Mission: SYSTEM_LINE_TEMPLATE
Feedback: SYSTEM_LINE_TEMPLATE
Feedback: TRANSIENT_LINE_TEMPLATE
X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 560) / 2
Width: 900

View File

@@ -115,7 +115,7 @@ Container@DISPLAY_PANEL:
Width: 200
Height: 20
Font: Regular
Text: UI Feedback in Chat
Text: UI Feedback in Transients Panel
Label@VIDEO_TITLE:
Y: 190
Width: PARENT_RIGHT

View File

@@ -115,6 +115,7 @@ ChromeLayout:
cnc|chrome/gamesave-loading.yaml
cnc|chrome/ingame.yaml
cnc|chrome/ingame-chat.yaml
common|chrome/ingame-transients.yaml
cnc|chrome/ingame-menu.yaml
cnc|chrome/ingame-debug.yaml
cnc|chrome/ingame-infochat.yaml