Fixed compilation errors;

Added MaterialPalette
This commit is contained in:
2026-03-14 12:27:49 +09:00
parent 8a3b40b4f8
commit 912b320d8f
27 changed files with 1870 additions and 483 deletions

View File

@@ -59,7 +59,7 @@ internal static class ActivationHandler
((EngineCore)App.GetService<IEngineContext>()).Init();
});
await ((Core.AssetHandle.AssetService)App.GetService<IAssetService>()).Init();
// await ((Core.AssetHandle.AssetService)App.GetService<IAssetService>()).Init();
// TODO: Init other subsystems here.
// await Task.Delay(10000); // Wait 10 seconds to simulate work.