Pop.Box/pop/skins/blacknwhite.lua
Paul Liverman III 486f307274 init crap
2015-11-17 19:27:06 -08:00

11 lines
265 B
Lua

local skin = {}
skin.style = {
background = {255,255,255,1}, -- color table, image, or false
foreground = {0,0,0,1}, -- color table
borderSize = 2, -- integer (minimum 0)
borderStyle = {255,255,255,1} -- color table, image, or false
}
return skin