12131415161718
FPSLogger log; @Override public void create() { log = new FPSLogger(); setScreen(new GameScreen(this)); }
11121314151617