Pop.Box/demo/pop/skins/default.lua
2016-03-28 18:00:17 -07:00

18 lines
184 B
Lua

local graphics
graphics = love.graphics
return {
background = {
0,
0,
0,
220
},
color = {
255,
255,
255,
250
},
font = graphics.newFont(14)
}