mirror of
https://github.com/edubart/otclient.git
synced 2025-05-18 17:59:20 +02:00

* Added new arrow buttons. * Fixed the vertical separator. * Added new game_playermount module to handle player mounting. * Moved the battle icons to /images. * Outfit window accommodates for mounts, loads addons more efficiently and keeps addons set on update, added new Outfit.randomize function that allows you to randomize your outfit colors, and set up a new layout.
42 lines
718 B
Plaintext
42 lines
718 B
Plaintext
Button < UIButton
|
|
font: verdana-11px-antialised
|
|
color: #f0ad4dff
|
|
size: 106 22
|
|
text-offset: 0 0
|
|
image-source: /images/button.png
|
|
image-color: white
|
|
image-clip: 0 0 20 20
|
|
image-border: 2
|
|
padding: 5 10 5 10
|
|
|
|
$hover !disabled:
|
|
image-clip: 0 20 20 20
|
|
|
|
$pressed:
|
|
image-clip: 0 40 20 20
|
|
text-offset: 1 1
|
|
|
|
$disabled:
|
|
color: #f0ad4d88
|
|
|
|
TabButton < UIButton
|
|
size: 20 20
|
|
image-source: /images/tabbutton.png
|
|
image-color: white
|
|
image-clip: 0 0 20 20
|
|
image-border: 2
|
|
icon-color: white
|
|
color: #aaaaaa
|
|
|
|
$hover !on:
|
|
image-clip: 0 20 20 20
|
|
color: white
|
|
|
|
$disabled:
|
|
image-color: #ffffff66
|
|
icon-color: #888888
|
|
|
|
$on:
|
|
image-clip: 0 40 20 20
|
|
color: #80c7f8
|