Additions
- Add
geode::cocos::switchToSceneutility for easily switching to a layer with the default fade transition - Add
Mod::getPackagePathas a replacement forMod::getPath - Add
geode/configdirectory as a standardized place for mods to add their config files - Add
Mod::getConfigDirfor getting a mods' config directory - Add open config directory button to mods with a config directory
- Add open save directory button to mods' settings popup
- Add more bindings
Changes
- Removed deprecation from
Result(it still will be replaced in v1.0.0, we just got tired of the warnings) JsonChecker<nlohmann::json>andJsonChecker<nlohmann::ordered_json>are now defined in-source as exported symbols to speed up compilation times
Fixes
- Fonts are now displayed properly on Medium / Low quality (geode-sdk/cli@8d73d04)