DaVikingCode / Citrus-Engine

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

FluidBox.as needs to be removed #301

Closed IvanChen008 closed 7 years ago

IvanChen008 commented 7 years ago

Citrus-Engine-master\src\citrus\objects\complex\box2dstarling\FluidBox.as needs to be deleted. it's inport things import starling.extensions.filters.ThresholdFilter; has been romoved so i got a error!

gsynuh commented 7 years ago

Agreed,

In fact there was a discussion about just putting all example objects in a seperate repository so this one is juste "core" code (CitrusObject,CitrusSprite,NapePhysicsObject,Box2DPhysicsObject). Hero and everything else that are example implementations that eventually most people have to extend one day or completely recreate in my opinion should not be under the main citrus package.

( cc @alamboley )