mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
11 lines
245 B
Lua
11 lines
245 B
Lua
local skin = {}
|
|
|
|
skin.style = {
|
|
background = false, -- color table, image, or false
|
|
foreground = {0,0,0,1}, -- color table
|
|
borderSize = 2, -- integer (minimum 0)
|
|
borderStyle = false -- color table, image, or false
|
|
}
|
|
|
|
return skin
|