mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
Update GeometryDash.bro
replacing m_color and m_fromColor, because they are on wrong places
This commit is contained in:
parent
518b15e34a
commit
661234dc74
1 changed files with 2 additions and 2 deletions
|
@ -710,10 +710,10 @@ class ColorAction : cocos2d::CCNode {
|
|||
void setupFromString(gd::string) = mac 0x17f270, win 0x11b730;
|
||||
|
||||
bool m_stepFinished;
|
||||
cocos2d::ccColor3B m_fromColor;
|
||||
cocos2d::ccColor3B m_color;
|
||||
float m_currentOpacity;
|
||||
float m_deltaTime;
|
||||
cocos2d::ccColor3B m_color;
|
||||
cocos2d::ccColor3B m_fromColor;
|
||||
cocos2d::ccColor3B m_targetColor;
|
||||
float m_duration;
|
||||
bool m_blending;
|
||||
|
|
Loading…
Reference in a new issue