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

@@ -54,6 +54,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
}
Game.LoadWidget(world, "DEBUG_WIDGETS", worldRoot, new WidgetArgs());
Game.LoadWidget(world, "TRANSIENTS_PANEL", worldRoot, new WidgetArgs());
world.GameOver += () =>
{