PlayerDrawer.java fixed.

Kitten haaad a bad name :3 :(
This commit is contained in:
ericnerdo 2016-05-13 15:22:33 +02:00
parent 13124567a0
commit e18d1a61bf
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ public class PlayerDrawer extends AbstractDrawer implements Drawer {
Player player;
public PlayerDrawer(Player p) throws IOException {
super("ONeill.png");
super("ONeill_Down.png");
player = p;
}