From d4d76ece7d8399922032a16fed79c9839c1854ec Mon Sep 17 00:00:00 2001 From: Jasmine <52604018+hiimjustin000@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:06:20 -0500 Subject: [PATCH] fix SecretRewardsLayer --- bindings/2.2074/GeometryDash.bro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindings/2.2074/GeometryDash.bro b/bindings/2.2074/GeometryDash.bro index b5f5f9cda..e5ce6017b 100644 --- a/bindings/2.2074/GeometryDash.bro +++ b/bindings/2.2074/GeometryDash.bro @@ -16420,8 +16420,12 @@ class SecretRewardsLayer : cocos2d::CCLayer, DialogDelegate, BoomScrollLayerDele cocos2d::CCLayer* m_secondaryLayer; cocos2d::CCLabelBMFont* m_chestLabel; cocos2d::CCLabelBMFont* m_chestCounter; + cocos2d::CCSprite* m_goldPriceSprite; cocos2d::CCDictionary* m_chestCounters; cocos2d::CCLabelBMFont* m_keysLabel; + cocos2d::CCLabelBMFont* m_goldKeysLabel; + cocos2d::CCSprite* m_keySprite; + cocos2d::CCSprite* m_goldKeySprite; void* m_unknown; CCMenuItemSpriteExtra* m_leftButton; CCMenuItemSpriteExtra* m_rightButton;