Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -6640,7 +6640,7 @@ class GameObject : CCSpritePlus {
cocos2d::CCSprite* addCustomChild(gd::string, cocos2d::CCPoint, int);
cocos2d::CCSprite* addCustomColorChild(gd::string);
void addEmptyGlow() = m1 0x4d825c;
void addGlow(gd::string);
void addGlow(gd::string) = win 0x18af60;
cocos2d::CCSprite* addInternalChild(cocos2d::CCSprite*, gd::string, cocos2d::CCPoint, int);
cocos2d::CCSprite* addInternalCustomColorChild(gd::string, cocos2d::CCPoint, int);
cocos2d::CCSprite* addInternalGlowChild(gd::string, cocos2d::CCPoint);
Expand Down
Loading