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.
17 lines
391 B
17 lines
391 B
Interface
|
|
{
|
|
# In pixels/sec
|
|
AnalogScrollSpeed = 220
|
|
|
|
# The size of each side of the 9-patch menu sprite.
|
|
9PatchSize = 24,24
|
|
|
|
# The spacing between inputs and text in the input helper text displayer.
|
|
InputHelperSpacing = 4
|
|
|
|
# The back color of input keys.
|
|
InputButtonBackCol = 15,8,47,255
|
|
|
|
# The text color of input keys.
|
|
InputButtonTextCol = 175,199,191,255
|
|
} |