1
0
Fork 0
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:
Diject 2026-01-03 15:28:10 +03:00
parent eeb261d99d
commit 49f249e191

View file

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