feat: node templates

This commit is contained in:
Weiyou Wang
2025-07-24 12:58:20 +10:00
committed by uye
parent 419a3834ed
commit c9f5cb6eff
15 changed files with 30 additions and 1 deletions

View File

@@ -236,6 +236,7 @@ bool asst::ResourceLoader::load(const std::filesystem::path& path)
// Roguelike Map Config ------
LoadResourceAndCheckRet(RoguelikeMapConfig, "roguelike"_p / "Sarkaz"_p / "map.json"_p);
LoadResourceAndCheckRet(RoguelikeMapConfig, "roguelike"_p / "JieGarden"_p / "map.json"_p);
// Sami Plugin Config
LoadResourceAndCheckRet(RoguelikeFoldartalConfig, "roguelike"_p / "Sami"_p / "foldartal.json"_p);