drawing of the tile breakage

This commit is contained in:
minjaesong
2018-11-10 21:09:02 +09:00
parent 688294120c
commit 10ee5f0f0f
6 changed files with 58 additions and 28 deletions

View File

@@ -216,7 +216,7 @@ class TitleScreen(val batch: SpriteBatch) : Screen {
}
fun updateScreen(delta: Float) {
Gdx.graphics.setTitle(Ingame.getCanonicalTitle())
//Gdx.graphics.setTitle(Ingame.getCanonicalTitle())
demoWorld.globalLight = WeatherMixer.globalLightNow
demoWorld.updateWorldTime(delta)