mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
Implemented client_serverlist module! Close #200
* Will store servers that are not already in the list when logging in * Can add servers manually if required too * Fixed a bug in table.size
This commit is contained in:
BIN
data/images/ui/icon_add.png
Normal file
BIN
data/images/ui/icon_add.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
@@ -66,4 +66,18 @@ PreviousButton < UIButton
|
||||
image-clip: 0 21 12 21
|
||||
|
||||
$disabled:
|
||||
image-color: #ffffff55
|
||||
image-color: #ffffff55
|
||||
|
||||
AddButton < UIButton
|
||||
size: 20 20
|
||||
image-source: /images/ui/icon_add
|
||||
image-color: #ffffffff
|
||||
|
||||
$hover !disabled:
|
||||
image-color: #ffffff99
|
||||
|
||||
$pressed:
|
||||
image-color: #ffffff44
|
||||
|
||||
$disabled:
|
||||
image-color: #ffffff55
|
||||
|
Reference in New Issue
Block a user