示例#1
0
 public final void beforeLoop() throws Exception {
   final Pangine engine = Pangine.getEngine();
   initBeforeEngine();
   engine.init();
   engine.setIcon(
       "org/pandcorps/res/img/PandcorpsIcon32.png", "org/pandcorps/res/img/PandcorpsIcon16.png");
   init(); // Don't know why this happens after engine.init; can't set window size here; don't know
           // what steps should happen here; adding initBeforeEngine
 }