terrain texture change by all seasons

This commit is contained in:
minjaesong
2019-02-01 15:59:54 +09:00
parent 75f128a8f7
commit 7d3bf0eece
7 changed files with 43 additions and 20 deletions

View File

@@ -70,6 +70,8 @@ class BuildingMaker(batch: SpriteBatch) : IngameInstance(batch) {
}
}
// set time to summer
gameWorld.time.addTime(WorldTime.DAY_LENGTH * 32)
world = gameWorld
}