mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
feat: node templates
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user