The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'! https://forums.lestoria.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AdventuresInLestoria/Crawler/assets/config/gfx/themes.txt

25 lines
436 B

Themes
{
# Provide the patch image names without the .png extensions.
BlueDefault
{
Name = "9patch"
ButtonColor = 0,0,64,255
HighlightColor = 0,200,200,255
# If set to 0, stretches the edges and center instead of tiling it.
Tiled = 1
}
Purple
{
Name = "9patch_2"
ButtonColor = 40,16,71,255
HighlightColor = 192,128,238,255
# If set to 0, stretches the edges and center instead of tiling it.
Tiled = 1
}
}