mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
17 lines
163 B
Lua
17 lines
163 B
Lua
local lg = love.graphics
|
|
return {
|
|
background = {
|
|
0,
|
|
0,
|
|
0,
|
|
220
|
|
},
|
|
color = {
|
|
255,
|
|
255,
|
|
255,
|
|
250
|
|
},
|
|
font = lg.newFont(14)
|
|
}
|