OSDN Git Service

- implemented Cloneable instead of own methods
authorDaniel Heinrich <dannynullzwo@gmail.com>
Sat, 15 Sep 2012 03:53:31 +0000 (11:53 +0800)
committerDaniel Heinrich <dannynullzwo@gmail.com>
Sat, 15 Sep 2012 03:53:31 +0000 (11:53 +0800)
commitcc58ace942fb15077cd83b8b9d8e3f1959347f43
tree05c1bf4f5857075be578210229ab5dfa3f7ca9d0
parenteb4407c37fc98edc9319cbd8e63b3cd4b6fe1b49
- implemented Cloneable instead of own methods
- but particle value classes in own files
12 files changed:
gdx/src/com/badlogic/gdx/graphics/g2d/ParticleEffect.java [deleted file]
gdx/src/com/badlogic/gdx/graphics/g2d/ParticleEffectPool.java [deleted file]
gdx/src/com/badlogic/gdx/graphics/g2d/ParticleEmitter.java [deleted file]
gdx/src/com/badlogic/gdx/graphics/g2d/ParticleEmitterBox2D.java [deleted file]
gdx/src/com/badlogic/gdx/graphics/g2d/particle/Box2DParticleFactory.java
gdx/src/com/badlogic/gdx/graphics/g2d/particle/ParticleEmitter.java
gdx/src/com/badlogic/gdx/graphics/g2d/particle/emitterattributs/GradientColorValue.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/graphics/g2d/particle/emitterattributs/NumericValue.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/graphics/g2d/particle/emitterattributs/ParticleValue.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/graphics/g2d/particle/emitterattributs/RangedNumericValue.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/graphics/g2d/particle/emitterattributs/ScaledNumericValue.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/graphics/g2d/particle/emitterattributs/SpawnShapeValue.java [new file with mode: 0644]