move fields to be a member of a new GeodeNodeMetadata class that also

supports user objects again through proxies + string IDs for nodes +
fix nightly folder in cmake + fix codegen not hooking cocos2d funcs +
add every missing virtual to GeometryDash.bro + tons of other addresses
This commit is contained in:
HJfod 2022-10-06 20:46:07 +03:00
parent 0b64fe9259
commit 1b40d1a6da
12 changed files with 324 additions and 150 deletions
loader/src/hooks

View file

@ -14,6 +14,7 @@ class $modify(LoadingLayer) {
void loadAssets() {
LoadingLayer::loadAssets();
if (this->m_loadStep == 5) {
Loader::get()->updateResourcePaths();
Loader::get()->updateResources();
}
}