gdx: add MotionHandler, use common MapEventLayer

This commit is contained in:
Hannes Janetzek
2014-03-27 03:14:04 +01:00
parent 26704d3ce5
commit fed257a1f7
5 changed files with 218 additions and 113 deletions
+2 -2
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;
}