Skip to content

Commit

Permalink
objecttoolbox sharedstate and init (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 authored Aug 14, 2024
1 parent 76c8d47 commit 925ba11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/2.206/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -13242,7 +13242,7 @@ class ObjectManager : cocos2d::CCNode {
class ObjectToolbox : cocos2d::CCNode {
// virtual ~ObjectToolbox();

static ObjectToolbox* sharedState() = win 0x327460, ios 0x287bdc;
static ObjectToolbox* sharedState() = win 0x327460, ios 0x287bdc, m1 0x591edc, imac 0x677660;

TodoReturn allKeys();
float gridNodeSizeForKey(int key) = win 0x34f350;
Expand All @@ -13251,7 +13251,7 @@ class ObjectToolbox : cocos2d::CCNode {
}
TodoReturn perspectiveBlockFrame(int);

virtual bool init() = m1 0x592004, imac 0x6777a0;
virtual bool init() = win 0x327520, m1 0x592004, imac 0x6777a0;

gd::map<int, gd::string> m_allKeys;
}
Expand Down

0 comments on commit 925ba11

Please sign in to comment.