Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -27887,8 +27887,8 @@ class PlayerObject : GameObject, AnimatedSpriteDelegate {
double m_collidedRightMinX;
bool m_fadeOutStreak;
bool m_canPlaceCheckpoint;
cocos2d::ccColor3B m_colorRelated;
cocos2d::ccColor3B m_secondColorRelated;
cocos2d::ccColor3B m_originalMainColor;
cocos2d::ccColor3B m_originalSecondColor;
bool m_hasCustomGlowColor;
cocos2d::ccColor3B m_glowColor;
bool m_maybeIsColliding;
Expand Down