Fixed some things in ParticleTest

This commit is contained in:
Ziver Koc 2007-03-26 15:01:51 +00:00
parent 5800ccd567
commit 2cf9def34c
2 changed files with 26 additions and 13 deletions

View file

@ -26,7 +26,7 @@ public class ParticlesTest extends LWJGLGameWindow{
ptf.getJFrame().setVisible(true);
p = new Particles("particle");
p.setLocation(new Vector2f(200,200));
p.setLocation(new Vector2f(LWJGLGameWindow.getWidth()/2,LWJGLGameWindow.getHeight()/2));
rootNode.add(p);
}