Skip to content

Commit e39fb66

Browse files
committed
GJPathSprite stuff
1 parent ebdc61f commit e39fb66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10295,13 +10295,13 @@ class GJPathsLayer : FLAlertLayer, FLAlertLayerProtocol {
1029510295
class GJPathSprite : CCSpriteCOpacity {
1029610296
// virtual ~GJPathSprite();
1029710297

10298-
static GJPathSprite* create(int) = win 0x281720, m1 0x284ad4;
10298+
static GJPathSprite* create(int) = win 0x281720, m1 0x284ad4, imac 0x2ea590;
1029910299

10300-
void addRankLabel(int) = m1 0x288c2c;
10300+
void addRankLabel(int) = m1 0x288c2c, imac 0x2eeb50;
1030110301
void addShardSprite() = win 0x281d90, imac 0x2ee610, m1 0x2886c0;
1030210302
void changeToLockedArt() = win 0x281ad0, imac 0x2ed5b0, m1 0x287840;
10303-
bool init(int) = imac 0x2eea20;
10304-
void updateState() = m1 0x284b80;
10303+
bool init(int) = m1 0x288b0c, imac 0x2eea20;
10304+
void updateState() = win 0x2818f0, m1 0x284b80, imac 0x2ea630;
1030510305

1030610306
int m_pathNumber;
1030710307
}

0 commit comments

Comments
 (0)