mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 22:13:27 +02:00
More work on Market functionality and UI
* Now loads all market items. * Can filter market items. * Will load market offers on items. * Edited some UI images.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
MarketWindow < MainWindow
|
||||
id: marketWindow
|
||||
!text: tr('Market')
|
||||
size: 680 460
|
||||
size: 700 510
|
||||
|
||||
@onEnter: self:hide()
|
||||
@onEscape: self:hide()
|
||||
@onEnter: self:hide() self:unlock()
|
||||
@onEscape: self:hide() self:unlock()
|
||||
|
||||
// Main Panel Window
|
||||
|
||||
|
Reference in New Issue
Block a user