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

11 lines
245 B
Lua

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