mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
7 lines
178 B
Lua
7 lines
178 B
Lua
local skin = {}
|
|
|
|
skin.background = false -- Drawable, color table, or false
|
|
skin.foreground = {255, 255, 255, 255} -- Drawable, color table, or false
|
|
|
|
return skin
|