mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 21:13:26 +02:00
Implemented the mount interface, Fixed some interface stuff, Some cosmetics, and Updated the outfits window
* 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.
This commit is contained in:
BIN
modules/client_skins/skins/default/images/arrow_down.png
Normal file
BIN
modules/client_skins/skins/default/images/arrow_down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
modules/client_skins/skins/default/images/arrow_left.png
Normal file
BIN
modules/client_skins/skins/default/images/arrow_left.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
modules/client_skins/skins/default/images/arrow_right.png
Normal file
BIN
modules/client_skins/skins/default/images/arrow_right.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
modules/client_skins/skins/default/images/arrow_up.png
Normal file
BIN
modules/client_skins/skins/default/images/arrow_up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
modules/client_skins/skins/default/images/vertical_separator.png
Normal file
BIN
modules/client_skins/skins/default/images/vertical_separator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
@@ -38,4 +38,4 @@ TabButton < UIButton
|
||||
|
||||
$on:
|
||||
image-clip: 0 40 20 20
|
||||
color: #80c7f8
|
||||
color: #80c7f8
|
||||
|
@@ -6,7 +6,7 @@ HorizontalSeparator < UIWidget
|
||||
focusable: false
|
||||
|
||||
VerticalSeparator < UIWidget
|
||||
image-source: /images/horizontal_separator.png
|
||||
image-source: /images/vertical_separator.png
|
||||
image-border-left: 2
|
||||
width: 2
|
||||
phantom: true
|
||||
|
Reference in New Issue
Block a user