terrain texture change by all seasons

This commit is contained in:
minjaesong
2019-02-01 15:59:54 +09:00
parent 29fbad889b
commit e2dec79ca5
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
}