mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
missing files
* add questlog icon * add playertrade otui * some protocol changes for extended messages
This commit is contained in:
38
modules/game_playertrade/tradewindow.otui
Normal file
38
modules/game_playertrade/tradewindow.otui
Normal file
@@ -0,0 +1,38 @@
|
||||
TradeWindow < MiniWindow
|
||||
!text: tr('Trade')
|
||||
height: 150
|
||||
|
||||
UIItem
|
||||
id: tradeItem
|
||||
virtual: true
|
||||
item-id: 3253
|
||||
size: 32 32
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
margin-top: -6
|
||||
margin-left: -6
|
||||
|
||||
MiniWindowContents
|
||||
padding: 6
|
||||
|
||||
FlatPanel
|
||||
id: ownTradeContainer
|
||||
anchors.fill: parent
|
||||
anchors.right: parent.horizontalCenter
|
||||
margin-right: 2
|
||||
layout:
|
||||
type: grid
|
||||
cell-size: 40 40
|
||||
flow: true
|
||||
cell-spacing: 0
|
||||
|
||||
FlatPanel
|
||||
id: counterTradeContainer
|
||||
anchors.fill: parent
|
||||
anchors.left: parent.horizontalCenter
|
||||
margin-left: 2
|
||||
layout:
|
||||
type: grid
|
||||
cell-size: 40 40
|
||||
flow: true
|
||||
cell-spacing: 0
|
BIN
modules/game_questlog/questlog.png
Normal file
BIN
modules/game_questlog/questlog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user