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/Adventures in Lestoria/assets/config/Interface.txt

83 lines
2.5 KiB

Interface
{
# How long to wait for the first initial delay auto shift to occur.
InitialScrollDelay = 0.4s
# How long to wait for subsequent scrolling through menu items.
ScrollDelay = 0.2s
# Scroll speed for ScrollableWindowComponents 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
# Vignette Appearance Wait Duration
Vignette Appearance Time = 0.4s
# Vignette Fade out Duration
Vignette Fadeout Time = 0.2s
# Damage Vignette Overlay Color
Vignette Color = 218, 44, 143, 255
# Damage Vignette Death Defiance Overlay Color
Vignette Death Defiance Color = 79, 255, 255, 255
# The original health display color.
HUD Health Display Color = 255,255,255,255
# The color the HUD changes when we take damage.
HUD Take Damage Color = 128,0,0,255
# The color the HUD changes when we heal damage.
HUD Heal Damage Color = 0,192,0,255
# The amount of time it takes for the health to go from a damaging color back to its original color.
HUD Health Change Time = 0.4s
# How long between each reduction/addition of health.
HUD Health Tick Rate = 0.01s
# The original mana display color.
HUD Mana Display Color = 192,192,255,255
# The color the HUD changes when we lose mana.
HUD Reduce Mana Color = 192,192,255,255
# The color the HUD changes when we gain mana.
HUD Restore Mana Color = 192,192,255,255
# The amount of time it takes for the health to go from a damaging color back to its original color.
HUD Mana Change Time = 0.4s
# How long between each reduction/addition of health.
HUD Mana Tick Rate = 0.01s
# How long the timer text rises up
HUD Level Up Timer = 0.2s
# How long between each reduction/addition of shield.
HUD Shield Tick Rate = 0.01s
# The original shield display color.
HUD Shield Display Color = 104,215,239,255
# The color the HUD changes when we gain shield.
HUD Gain Shield Color = 104,215,239,255
# The color the HUD changes when we lose shield.
HUD Lose Shield Color = 65,65,190,255
# The amount of time it takes for the shield to go from a damaging color back to its original color.
HUD Shield Change Time = 0.4s
}