Skip to content

Commit

Permalink
GJGarageLayer members for Windows and Android (#315)
Browse files Browse the repository at this point in the history
* GJGarageLayer members (Windows)

* GJGarageLayer members (Android)
  • Loading branch information
hiimjasmine00 authored Apr 1, 2024
1 parent 5f7d3d6 commit 07da647
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bindings/2.204/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -7053,6 +7053,25 @@ class GJGarageLayer : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol,
virtual void FLAlert_Clicked(FLAlertLayer*, bool) = win 0x1f3570;
virtual void dialogClosed(DialogLayer*) = win 0x1f36a0;
virtual void playerColorChanged() = win 0x1f3160;

CCTextInputNode* m_usernameInput;
SimplePlayer* m_playerObject;
cocos2d::CCArray* m_tabButtons;
cocos2d::CCArray* m_pageButtons;
PAD = android32 0x8, win 0x8, android64 0x10;
bool m_hasClosed;
PAD = android32 0x3, win 0x3, android64 0x3;
IconType m_iconType;
gd::map<IconType, int> m_iconPages;
cocos2d::CCSprite* m_cursor1;
cocos2d::CCSprite* m_cursor2;
CCMenuItemSpriteExtra* m_currentIcon;
ListButtonBar* m_iconSelection;
CCMenuItemSpriteExtra* m_leftArrow;
CCMenuItemSpriteExtra* m_rightArrow;
cocos2d::CCMenu* m_iconSelectionMenu;
int m_iconID;
IconType m_selectedIconType;
}
[[link(android)]]
class GJGradientLayer : cocos2d::CCLayerGradient {
Expand Down
19 changes: 19 additions & 0 deletions bindings/2.205/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -6980,6 +6980,25 @@ class GJGarageLayer : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol,
virtual void FLAlert_Clicked(FLAlertLayer*, bool);
virtual void dialogClosed(DialogLayer*);
virtual void playerColorChanged();

CCTextInputNode* m_usernameInput;
SimplePlayer* m_playerObject;
cocos2d::CCArray* m_tabButtons;
cocos2d::CCArray* m_pageButtons;
PAD = android32 0x8, win 0x8, android64 0x10;
bool m_hasClosed;
PAD = android32 0x3, win 0x3, android64 0x3;
IconType m_iconType;
gd::map<IconType, int> m_iconPages;
cocos2d::CCSprite* m_cursor1;
cocos2d::CCSprite* m_cursor2;
CCMenuItemSpriteExtra* m_currentIcon;
ListButtonBar* m_iconSelection;
CCMenuItemSpriteExtra* m_leftArrow;
CCMenuItemSpriteExtra* m_rightArrow;
cocos2d::CCMenu* m_iconSelectionMenu;
int m_iconID;
IconType m_selectedIconType;
}

[[link(android)]]
Expand Down

0 comments on commit 07da647

Please sign in to comment.