1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
RedMew/resources/styles.lua

10 lines
166 B
Lua
Raw Normal View History

2020-10-04 22:13:09 +02:00
local Public = {}
function Public.default_close(style)
style.height = 28
style.font = 'default-semibold'
style.font_color = {0, 0, 0}
end
return Public