Exemple #1
0
 @Override
 public void update(GameContainer gc, StateBasedGame sbg, int delta) throws SlickException {
   world.update(keyInput);
   keyInput.spaceKeyUpdate();
 }