1
0
Fork 0
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:
Diject 2026-01-04 11:04:44 +03:00
parent 82c9faec2a
commit bf2829cfd2

View file

@ -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