trying to tile by shader

This commit is contained in:
minjaesong
2017-08-25 19:37:12 +09:00
parent 13ff4ddebb
commit e7c4a7b1e8
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 {