fixed particel to be more object orjented
This commit is contained in:
parent
7c8dba70d1
commit
e3f5017007
7 changed files with 191 additions and 137 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue