custom levels: refactor level building code and jak 2 support (#3090)

Co-authored-by: water <awaterford111445@gmail.com>
This commit is contained in:
Hat Kid
2023-10-21 06:07:43 +02:00
committed by GitHub
parent dccc3da1b3
commit c7c615a043
60 changed files with 3064 additions and 446 deletions
+1
View File
@@ -102,6 +102,7 @@ MakeSystem::MakeSystem(const std::optional<REPL::Config> repl_config, const std:
add_tool<SubtitleTool>();
add_tool<SubtitleV2Tool>();
add_tool<BuildLevelTool>();
add_tool<BuildLevel2Tool>();
}
/*!