mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-07-17 09:22:55 +00:00
11 lines
185 B
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'
|
|
}
|
|
} |