drawing of the tile breakage

This commit is contained in:
minjaesong
2018-11-10 21:09:02 +09:00
parent 1aa90077a4
commit 8942f352a1
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)