cave-story-randomizer/src/ui/style.lua

11 lines
185 B
Lua

return {
panel = {
background = {0,0,0,0},
font = 'assets/monogram_extended.ttf',
size = 32,
color = {255,255,255},
},
button = {
align = 'centre middle'
}
}