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.
74 lines
1.8 KiB
74 lines
1.8 KiB
1 year ago
|
ThemeGlobal
|
||
|
{
|
||
|
# How long it takes for the fade-in/fade-out effect to occur.
|
||
1 year ago
|
HighlightTime = 0.2
|
||
1 year ago
|
# How much the R,G,B color components of a menu are multiplied to unfocused windows.
|
||
|
MenuUnfocusedColorMult = 0.4
|
||
1 year ago
|
# Amount of time to hold down an element before a press becomes a drag.
|
||
1 year ago
|
MenuHoldTime = 0.1
|
||
1 year ago
|
# How fast the menu scrolls via Scroll Wheel
|
||
|
MenuScrollWheelSpeed = 8
|
||
1 year ago
|
# How fast the menu scrolls via clicking the Scroll Arrow Buttons
|
||
|
MenuButtonScrollSpeed = 16
|
||
1 year ago
|
|
||
|
# How far the mouse has to move before mouse mode becomes active from keyboard/controller input mode.
|
||
|
MouseActivationDistance = 8
|
||
1 year ago
|
}
|
||
|
|
||
1 year ago
|
Themes
|
||
|
{
|
||
|
# Provide the patch image names without the .png extensions.
|
||
|
|
||
|
BlueDefault
|
||
|
{
|
||
1 year ago
|
filename = 9patch
|
||
1 year ago
|
|
||
|
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
|
||
1 year ago
|
|
||
|
# Specifying a custom background from the assets directory uses that instead.
|
||
|
#CustomBack = image.png
|
||
1 year ago
|
}
|
||
|
Purple
|
||
|
{
|
||
1 year ago
|
filename = 9patch_2
|
||
1 year ago
|
|
||
|
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
|
||
1 year ago
|
|
||
|
# Specifying a custom background from the assets directory uses that instead.
|
||
|
#CustomBack = themes/testback.png
|
||
|
}
|
||
|
NicoPink
|
||
|
{
|
||
1 year ago
|
filename = 9patch_3
|
||
1 year ago
|
|
||
|
ButtonColor = 208,73,182,255
|
||
|
HighlightColor = 255,239,232,255
|
||
|
|
||
|
# If set to 0, stretches the edges and center instead of tiling it.
|
||
|
Tiled = 0
|
||
|
|
||
|
# Specifying a custom background from the assets directory uses that instead.
|
||
|
CustomBack = themes/testback.png
|
||
|
}
|
||
|
NicoPinkTiled
|
||
|
{
|
||
1 year ago
|
filename = 9patch_4
|
||
1 year ago
|
|
||
|
ButtonColor = 208,73,182,255
|
||
|
HighlightColor = 255,239,232,255
|
||
|
|
||
|
# If set to 0, stretches the edges and center instead of tiling it.
|
||
|
Tiled = 1
|
||
|
|
||
|
# Specifying a custom background from the assets directory uses that instead.
|
||
|
CustomBack = themes/testtiledback.png
|
||
1 year ago
|
}
|
||
|
}
|