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

@@ -10,8 +10,9 @@ internal static class Program
.Headless()
.LogToFile(true, "log.txt")
.LogLevel(LogEventLevel.Debug)
.Presenter(_ => new ConsolePresenter())
.Presenter(parEngine => new ConsolePresenter(parEngine))
.InputHandler(_ => new ConsoleInputHandler())
.AssetFolder(Path.GetFullPath("../DoomDeathmatch/asset"))
.Build();
DoomDeathmatch.DoomDeathmatch.Initialize(engine);