コード例 #1
0
 public static void main(String[] args) {
   GdxMapApp.init();
   GdxMapApp.run(new ExternalRenderThemeTest(), null, 256);
 }
コード例 #2
0
ファイル: RuleVisitorTest.java プロジェクト: hyl87/vtm
 public static void main(String[] args) {
   GdxMapApp.init();
   GdxMapApp.run(new RuleVisitorTest(), null, 400);
 }