setEntity(new Entity(x,y, "data/grafica/hero3.gif",25,32,4,6,5,7,0,3,0,0,0,0,0,0));
} catch (SlickException e) {
e.printStackTrace();
}
setID(new String("STREGA"));
setAgent(new SimpleJasonAgent(we,getID()));
setScheda(new Scheda(new Integer(7), new Integer(5)));
}