Added Ultralight 1.2 and Sample

This commit is contained in:
Simon Lübeß
2024-09-01 12:34:13 +02:00
parent f3e68bd8d8
commit 0a11102c3f
6 changed files with 214 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ namespace GlitchyEditor
Log.EngineLogger = new EditorLogger() { IsEngineLogger = true };
PushLayer(new EditorLayer(args, _contentManager));
PushLayer(new UltralightLayer());
}
protected override IContentManager InitContentManager()