This commit is contained in:
2025-01-02 05:15:16 +03:00
parent 3c66a65b40
commit ac00eb18a9
96 changed files with 384134 additions and 230 deletions

View File

@@ -18,6 +18,7 @@ internal static class Program
.LogLevel(LogEventLevel.Debug)
.Presenter(parEngine => parEngine.Window)
.InputHandler(parEngine => new WindowInputHandler(parEngine.Window))
.AssetFolder(Path.GetFullPath("../DoomDeathmatch/asset"))
.Build();
DoomDeathmatch.DoomDeathmatch.Initialize(engine);