gdx: add MotionHandler, use common MapEventLayer

This commit is contained in:
Hannes Janetzek
2014-03-22 18:09:02 +01:00
parent 26704d3ce5
commit fed257a1f7
5 changed files with 218 additions and 113 deletions

View File

@@ -64,8 +64,8 @@ public class GdxMapApp extends GdxMap {
cfg.width = 1280;
cfg.height = 800;
cfg.stencil = 8;
cfg.samples = 2;
cfg.foregroundFPS = 30;
//cfg.samples = 2;
cfg.foregroundFPS = 60;
return cfg;
}