From 5c0369109b91da9ca8606450feef9e9fc3a0b21c Mon Sep 17 00:00:00 2001 From: Fire <17692105+FireMario211@users.noreply.github.com> Date: Wed, 27 Sep 2023 00:57:34 +0000 Subject: [PATCH] Update SimplePlayer bindings why werent these found earlier --- bindings/GeometryDash.bro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index f174b9a1..c99ca6ef 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -5461,9 +5461,9 @@ class SimplePlayer : cocos2d::CCSprite { static SimplePlayer* create(int iconID) = mac 0x1b6140, win 0x12bd80; void updatePlayerFrame(int iconID, IconType iconType) = mac 0x1b62f0, win 0x12c650; void updateColors() = mac 0x1ba1f0, win 0x12c440, ios 0x224f2c; - void setFrames(const char* firstLayer, const char* secondLayer, const char* birdDome, const char* outlineSprite, const char* detailSprite) = win 0x12c9e0; + void setFrames(const char* firstLayer, const char* secondLayer, const char* birdDome, const char* outlineSprite, const char* detailSprite) = mac 0x1bca10, win 0x12c9e0; virtual void setColor(const cocos2d::ccColor3B& color) = mac 0x1bc9b0, win 0x12c410; - virtual void setOpacity(unsigned char opacity) = win 0x12cb90; + virtual void setOpacity(unsigned char opacity) = mac 0x135370, win 0x12cb90; cocos2d::CCSprite* m_firstLayer; cocos2d::CCSprite* m_secondLayer;