mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
8 lines
173 B
Lua
8 lines
173 B
Lua
![]() |
local util = require('openmw.util')
|
||
|
|
||
|
return {
|
||
|
textNormalSize = 16,
|
||
|
sandColor = util.color.rgb(202 / 255, 165 / 255, 96 / 255),
|
||
|
borderSize = 4,
|
||
|
padding = 2,
|
||
|
}
|