Exit window fix, pt missing translations, remove game toggle button transparency

This commit is contained in:
Henrique Santiago
2012-08-06 17:19:32 -03:00
parent e6bd3907e1
commit 345e9f4926
10 changed files with 26 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ BattleButtonColors = {
onFollowed = {notHovered = '#00FF00', hovered = '#88FF88' }
}
LifeBarColors = {} --Must be sorted by percentAbose
LifeBarColors = {} --Must be sorted by percentAbove
table.insert(LifeBarColors, {percentAbove = 92, color = '#00BC00' } )
table.insert(LifeBarColors, {percentAbove = 60, color = '#50A150' } )
table.insert(LifeBarColors, {percentAbove = 30, color = '#A1A100' } )