DaVikingCode / Citrus-Engine

Modern AS3 Game Engine
http://citrusengine.com/
Other
549 stars 231 forks source link

update EmitterParticle.as &Path.as Constructors‘ super(); #315

Closed IvanChen008 closed 7 years ago

IvanChen008 commented 7 years ago

those classes extends from CitrusSprite class,but CitrusSprite just has one param,so
update super(name,params); ==>super(params);

IvanChen008 commented 7 years ago

Update AnimationSequence.as

After updating Starling2.x, mc's Smoothing changes to textureSmoothing