mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Market fix, and a few other things:
* Added 'button' param to g_mouse.bindPress * Added 'lower' param to table.contains * UIComboBox:onOptionChange should signalcall? * Changed the experience bar color * Market buy/sell 'amount' window will now show the cost of the amount you are selecting
This commit is contained in:
@@ -15,11 +15,13 @@ ManaBar < ProgressBar
|
||||
|
||||
ExperienceBar < ProgressBar
|
||||
id: experienceBar
|
||||
background-color: yellow
|
||||
background-color: #B6E866
|
||||
anchors.top: prev.bottom
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
margin-top: 3
|
||||
//margin-top: 6
|
||||
//height: 12
|
||||
|
||||
SoulLabel < GameLabel
|
||||
id: soulLabel
|
||||
|
Reference in New Issue
Block a user