Pop.Box/demo/pop/skins/clear.lua

14 lines
169 B
Lua
Raw Normal View History

local graphics
graphics = love.graphics
return {
color = {
255,
255,
255,
255
},
background = false,
font = graphics.newFont(13),
margin = 2
}