protected void init() {
   GlState.r_world_matrix = Lib.newFloatBuffer(16);
   Images.init();
   Mesh.init();
   Models.init();
 }
Beispiel #2
0
 public void init(GameContainer arg0, StateBasedGame arg1) throws SlickException {
   Images.init();
   Audio.init();
 }