Samples improvements
This commit is contained in:
parent
c906c468f8
commit
6b0e521c75
@ -74,8 +74,8 @@ public class GdxMapApp extends GdxMap {
|
|||||||
cfg.addIcon(path, Files.FileType.Internal);
|
cfg.addIcon(path, Files.FileType.Internal);
|
||||||
}
|
}
|
||||||
|
|
||||||
cfg.width = 800;
|
cfg.width = 1024;
|
||||||
cfg.height = 600;
|
cfg.height = 768;
|
||||||
cfg.stencil = 8;
|
cfg.stencil = 8;
|
||||||
//cfg.samples = 2;
|
//cfg.samples = 2;
|
||||||
cfg.foregroundFPS = 30;
|
cfg.foregroundFPS = 30;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user