trying to tile by shader

This commit is contained in:
minjaesong
2017-08-25 19:37:12 +09:00
parent 388e4675f4
commit 1be8e5d0c7
7 changed files with 919 additions and 5 deletions

View File

@@ -145,8 +145,7 @@ public class TerrarumAppLoader implements ApplicationListener {
Terrarum.INSTANCE.setAppLoader(this);
Terrarum.INSTANCE.setScreenW(appConfig.width);
Terrarum.INSTANCE.setScreenH(appConfig.height);
//setScreen(Terrarum.INSTANCE);
setScreen(ErrorDisp.INSTANCE);
setScreen(Terrarum.INSTANCE);
}
}
else {