This commit is contained in:
Jesper Lundin 2007-04-04 18:07:00 +00:00
parent 2e0bfbf3bf
commit 71011aa33a
2 changed files with 2 additions and 2 deletions

View file

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