mirror of
https://github.com/geode-sdk/geode.git
synced 2025-05-19 01:21:13 -04:00
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:
parent
0b64fe9259
commit
1b40d1a6da
12 changed files with 324 additions and 150 deletions
loader/src/hooks
|
@ -14,6 +14,7 @@ class $modify(LoadingLayer) {
|
|||
void loadAssets() {
|
||||
LoadingLayer::loadAssets();
|
||||
if (this->m_loadStep == 5) {
|
||||
Loader::get()->updateResourcePaths();
|
||||
Loader::get()->updateResources();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue