mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 14:33:26 +02:00
introduce startup options
* startup options with -help and -version * many startup options for graphics
This commit is contained in:
15
modules/game_viplist/viplist.otui
Normal file
15
modules/game_viplist/viplist.otui
Normal file
@@ -0,0 +1,15 @@
|
||||
VipListLabel < GameLabel
|
||||
font: verdana-11px-monochrome
|
||||
phantom: false
|
||||
&onMousePress: VipList.onVipListLabelMousePress
|
||||
|
||||
MiniWindow
|
||||
id: vipWindow
|
||||
text: VIP List
|
||||
height: 100
|
||||
|
||||
UIWidget
|
||||
id: vipList
|
||||
layout: verticalBox
|
||||
anchors.fill: parent
|
||||
&onMousePress: VipList.onVipListMousePress
|
Reference in New Issue
Block a user