Samples improvements

This commit is contained in:
Emux 2019-03-08 09:20:11 +02:00
parent c906c468f8
commit 6b0e521c75
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3

View File

@ -74,8 +74,8 @@ public class GdxMapApp extends GdxMap {
cfg.addIcon(path, Files.FileType.Internal);
}
cfg.width = 800;
cfg.height = 600;
cfg.width = 1024;
cfg.height = 768;
cfg.stencil = 8;
//cfg.samples = 2;
cfg.foregroundFPS = 30;