mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-24 05:00:58 +00:00
Update tilemap background color
This commit is contained in:
parent
82c9faec2a
commit
bf2829cfd2
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ local function generateTilemap()
|
|||
})
|
||||
|
||||
async:newUnsavableSimulationTimer(0.2, function ()
|
||||
world.generateTileWorldMap(util.color.rgb(0.239, 0.224, 0.192))
|
||||
world.generateTileWorldMap(util.color.rgb(0.255, 0.243, 0.212))
|
||||
showCompletionMessage()
|
||||
end)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue