mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
Exit window fix, pt missing translations, remove game toggle button transparency
This commit is contained in:
@@ -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' } )
|
||||
|
Reference in New Issue
Block a user