Skip to content

Commit

Permalink
Rename some streak members
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed Feb 28, 2025
1 parent e519a44 commit a73091f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -16619,9 +16619,9 @@ class PlayerObject : GameObject, AnimatedSpriteDelegate {
void createSpider(int) = win 0x372540, m1 0x36c378, imac 0x3ea650;
void deactivateParticle() = m1 0x3709e8, imac 0x3efb60;
void deactivateStreak(bool stop) = win inline, imac 0x3eb090, m1 0x36cd60 {
if (!m_streakRelated3 || stop) m_regularTrail->stopStroke();
if (m_streakRelated4) {
m_streakRelated4 = false;
if (!m_alwaysShowStreak || stop) m_regularTrail->stopStroke();
if (m_fadeOutStreak) {
m_fadeOutStreak = false;
this->fadeOutStreak2(m_playEffects ? .2f : .6f);
}
}
Expand Down Expand Up @@ -16987,9 +16987,9 @@ class PlayerObject : GameObject, AnimatedSpriteDelegate {
float m_landParticlesAngle;
float m_landParticleRelatedY;
int m_playerStreak;
float m_streakRelated1;
bool m_streakRelated2;
bool m_streakRelated3;
float m_streakFadeTime;
bool m_disableStreakTint;
bool m_alwaysShowStreak;
ShipStreak m_shipStreakType;
double m_slopeRotation;
double m_currentSlopeYVelocity;
Expand All @@ -17003,7 +17003,7 @@ class PlayerObject : GameObject, AnimatedSpriteDelegate {
double m_collidedBottomMaxY;
double m_collidedLeftMaxX;
double m_collidedRightMinX;
bool m_streakRelated4;
bool m_fadeOutStreak;
bool m_canPlaceCheckpoint;
cocos2d::ccColor3B m_colorRelated;
cocos2d::ccColor3B m_secondColorRelated;
Expand Down

0 comments on commit a73091f

Please sign in to comment.