Skip to content

Commit

Permalink
Update GeometryDash.bro
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyAdd authored Dec 25, 2024
1 parent 9ab5fa9 commit 4cdb73c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 4cdb73c

Please sign in to comment.