mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 10:09:21 +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.
14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
HorizontalSeparator < UIWidget
|
|
image-source: /images/horizontal_separator.png
|
|
image-border-top: 2
|
|
height: 2
|
|
phantom: true
|
|
focusable: false
|
|
|
|
VerticalSeparator < UIWidget
|
|
image-source: /images/vertical_separator.png
|
|
image-border-left: 2
|
|
width: 2
|
|
phantom: true
|
|
focusable: false
|