Skip to content

Commit

Permalink
Whoops...
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed Feb 10, 2025
1 parent 53b2b33 commit 69d409e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -15334,7 +15334,12 @@ class ParticlePreviewLayer : cocos2d::CCLayerColor {
virtual void draw() = win 0x41d700, imac 0x464c10, m1 0x3d4c08, ios 0x2d1c18;
virtual void visit() = win 0x41d620, imac 0x464a90, m1 0x3d4a80, ios 0x2d1b38;

bool init(cocos2d::CCParticleSystemQuad*);
bool init(cocos2d::CCParticleSystemQuad*) = win inline {
if (!cocos2d::CCLayerColor::initWithColor({ 0, 0, 0, 255 }, 120.f, 180.f)) return false;
m_particleSystem = p0;
this->addChild(p0, 100);
return true;
}
void postVisit();
void preVisitWithClippingRect(cocos2d::CCRect);

Expand Down

0 comments on commit 69d409e

Please sign in to comment.