mirror of https://github.com/axmolengine/axmol.git
Fixed syntax, integrated lines.png and lines.plist
This commit is contained in:
parent
c4d5bf8c85
commit
ae9c56f084
|
@ -197,7 +197,7 @@ protected:
|
||||||
/** radial acceleration variance of each particle. Only available in 'Gravity' mode. */
|
/** radial acceleration variance of each particle. Only available in 'Gravity' mode. */
|
||||||
float radialAccelVar;
|
float radialAccelVar;
|
||||||
/** set the rotation of each particle to its direction Only available in 'Gravity' mode. */
|
/** set the rotation of each particle to its direction Only available in 'Gravity' mode. */
|
||||||
bool rotationIsDir
|
bool rotationIsDir;
|
||||||
} modeA;
|
} modeA;
|
||||||
|
|
||||||
//! Mode B: circular movement (gravity, radial accel and tangential accel don't are not used in this mode)
|
//! Mode B: circular movement (gravity, radial accel and tangential accel don't are not used in this mode)
|
||||||
|
|
Loading…
Reference in New Issue