1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 14:53:52 +00:00
openmw/files/builtin_scripts/scripts/omw/mwui/constants.lua

8 lines
173 B
Lua
Raw Normal View History

local util = require('openmw.util')
return {
textNormalSize = 16,
sandColor = util.color.rgb(202 / 255, 165 / 255, 96 / 255),
borderSize = 4,
padding = 2,
}