changed coordinates

This commit is contained in:
Jesper Lundin 2007-04-04 18:15:11 +00:00
parent e19132c65f
commit ecf3190f28
2 changed files with 2 additions and 3 deletions

View file

@ -18,7 +18,7 @@ public abstract class Unit extends GameEntity{
super(l);
looks = new Sprite("none");
InGameState.getHuman().addUnit(this);
setPos(5, 5);
setPos(0, 0);
}
public Sprite getSprite(){