@Override
public void init(GameContainer container) throws SlickException {
container.setVSync(true);
container.setTargetFrameRate(ECRAN_FPS);
container.setShowFPS(false);
maps = new Maps();
try {
textes.load(Resources.getText(langue));
} catch (IOException ex) {
Logger.getLogger(Jeu.class.getName()).log(Level.SEVERE, null, ex);
}