mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-24 11:30:55 +00:00
Adjust tilemap color
This commit is contained in:
parent
eeb261d99d
commit
49f249e191
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.255, 0.224, 0.180))
|
||||
world.generateTileWorldMap(util.color.rgb(0.239, 0.224, 0.192))
|
||||
showCompletionMessage()
|
||||
end)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue