Skip to content

Commit

Permalink
fix SecretRewardsLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 authored and SpaghettDev committed Dec 13, 2024
1 parent d3e495d commit d4d76ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d4d76ec

Please sign in to comment.