34353637383940
public Player(int x, int y) throws SlickException{ super(x, y, "player"); shape = new Rectangle(x*48-20, y*48-10, 40, 40); character = new Character(); }