diff --git a/TestGame/TestGame.cs b/TestGame/TestGame.cs index f8bba52..96933cf 100644 --- a/TestGame/TestGame.cs +++ b/TestGame/TestGame.cs @@ -6,6 +6,9 @@ using System.Numerics; using System.Diagnostics.CodeAnalysis; using Voile.Rendering; using Voile.OpenAL; +using Voile.UI; +using Voile.UI.Widgets; +using Voile.UI.Containers; public class TestGame : Game { @@ -16,9 +19,11 @@ public class TestGame : Game { InitializeSystemsDefault(); + _uiSystem = new UISystem(new ResourceRef