fixed particel to be more object orjented

This commit is contained in:
Ziver Koc 2007-03-21 21:55:03 +00:00
parent 7c8dba70d1
commit e3f5017007
7 changed files with 191 additions and 137 deletions

View file

@ -20,7 +20,7 @@ public class InGameState extends GameState{
sprite1 = new Sprite("tank","data/units/tank.png");
//sprite1.setScale(new Vector2f(0.5f,0.5f));
sprite1.setLocation(new Vector2f(300,300));
//sprite1.setLocation(new Vector2f(300,300));
rootNode.add(sprite1);
p = new Particles("particle");