mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-29 10:49:21 +02:00
Updated to OTCv8 3.1 rev 163
This commit is contained in:
parent
36b1113111
commit
c113da6be9
@ -1,4 +1,7 @@
|
||||
Cursors
|
||||
text:
|
||||
image: textcursor
|
||||
hot-spot: 4 9
|
||||
target:
|
||||
image: targetcursor
|
||||
hot-spot: 9 9
|
||||
@ -8,6 +11,6 @@ Cursors
|
||||
vertical:
|
||||
image: verticalcursor
|
||||
hot-spot: 4 9
|
||||
text:
|
||||
image: textcursor
|
||||
hot-spot: 4 9
|
||||
pointer:
|
||||
image: pointer
|
||||
hot-spot: 5 0
|
||||
|
BIN
data/cursors/pointer.png
Normal file
BIN
data/cursors/pointer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 230 B |
@ -9,6 +9,8 @@ Button < UIButton
|
||||
image-border: 3
|
||||
padding: 5 10 5 10
|
||||
opacity: 1.0
|
||||
change-cursor-image: true
|
||||
cursor: pointer
|
||||
|
||||
$hover !disabled:
|
||||
image-clip: 0 23 22 23
|
||||
@ -20,6 +22,7 @@ Button < UIButton
|
||||
$disabled:
|
||||
color: #dfdfdf88
|
||||
opacity: 0.8
|
||||
change-cursor-image: false
|
||||
|
||||
TabButton < UIButton
|
||||
size: 22 23
|
||||
@ -30,6 +33,8 @@ TabButton < UIButton
|
||||
text-offset: 0 1
|
||||
icon-color: #dfdfdf
|
||||
color: #dfdfdf
|
||||
change-cursor-image: true
|
||||
cursor: pointer
|
||||
|
||||
$hover !on:
|
||||
image-clip: 0 23 22 23
|
||||
@ -38,6 +43,7 @@ TabButton < UIButton
|
||||
$disabled:
|
||||
image-color: #dfdfdf66
|
||||
icon-color: #dfdfdf
|
||||
change-cursor-image: false
|
||||
|
||||
$on:
|
||||
image-clip: 0 46 22 23
|
||||
@ -49,6 +55,8 @@ NextButton < UIButton
|
||||
image-clip: 12 0 12 21
|
||||
image-color: #ffffff
|
||||
text-offset: 0 1
|
||||
change-cursor-image: true
|
||||
cursor: pointer
|
||||
|
||||
$hover !disabled:
|
||||
image-clip: 12 21 12 21
|
||||
@ -58,6 +66,7 @@ NextButton < UIButton
|
||||
|
||||
$disabled:
|
||||
image-color: #dfdfdf88
|
||||
change-cursor-image: false
|
||||
|
||||
PreviousButton < UIButton
|
||||
size: 12 21
|
||||
@ -65,6 +74,8 @@ PreviousButton < UIButton
|
||||
image-clip: 0 0 12 21
|
||||
image-color: #ffffff
|
||||
text-offset: 0 1
|
||||
change-cursor-image: true
|
||||
cursor: pointer
|
||||
|
||||
$hover !disabled:
|
||||
image-clip: 0 21 12 21
|
||||
@ -74,12 +85,15 @@ PreviousButton < UIButton
|
||||
|
||||
$disabled:
|
||||
image-color: #dfdfdf88
|
||||
change-cursor-image: false
|
||||
|
||||
AddButton < UIButton
|
||||
size: 20 20
|
||||
image-source: /images/ui/icon_add
|
||||
image-color: #dfdfdfff
|
||||
text-offset: 0 1
|
||||
change-cursor-image: true
|
||||
cursor: pointer
|
||||
|
||||
$hover !disabled:
|
||||
image-color: #dfdfdf99
|
||||
@ -89,3 +103,4 @@ AddButton < UIButton
|
||||
|
||||
$disabled:
|
||||
image-color: #dfdfdf55
|
||||
change-cursor-image: false
|
||||
|
@ -6,6 +6,8 @@ CheckBox < UICheckBox
|
||||
image-color: #dfdfdfff
|
||||
image-rect: 0 0 15 15
|
||||
image-source: /images/ui/checkbox
|
||||
change-cursor-image: true
|
||||
cursor: pointer
|
||||
|
||||
$hover !disabled:
|
||||
color: #ffffff
|
||||
@ -26,6 +28,7 @@ CheckBox < UICheckBox
|
||||
image-color: #dfdfdf88
|
||||
color: #dfdfdf88
|
||||
opacity: 0.8
|
||||
change-cursor-image: false
|
||||
|
||||
ColorBox < UICheckBox
|
||||
size: 16 16
|
||||
@ -48,6 +51,8 @@ ButtonBox < UICheckBox
|
||||
image-color: #dfdfdf
|
||||
image-clip: 0 0 22 23
|
||||
image-border: 3
|
||||
change-cursor-image: true
|
||||
cursor: pointer
|
||||
|
||||
$hover !disabled:
|
||||
image-clip: 0 23 22 23
|
||||
@ -59,6 +64,7 @@ ButtonBox < UICheckBox
|
||||
$disabled:
|
||||
color: #dfdfdf88
|
||||
image-color: #dfdfdf88
|
||||
change-cursor-image: false
|
||||
|
||||
ButtonBoxRounded < ButtonBox
|
||||
image-source: /images/ui/button_rounded
|
@ -9,9 +9,11 @@ TextEdit < UITextEdit
|
||||
image-border: 1
|
||||
selection-color: #272727
|
||||
selection-background-color: #cccccc
|
||||
change-cursor-image: true
|
||||
$disabled:
|
||||
color: #27272788
|
||||
opacity: 0.5
|
||||
change-cursor-image: false
|
||||
|
||||
PasswordTextEdit < TextEdit
|
||||
text-hidden: true
|
||||
|
@ -6,6 +6,8 @@ CheckBox < UICheckBox
|
||||
image-color: #dfdfdfff
|
||||
image-rect: 0 0 12 12
|
||||
image-source: /images/ui/checkbox
|
||||
change-cursor-image: true
|
||||
cursor: pointer
|
||||
|
||||
$hover !disabled:
|
||||
color: #ffffff
|
||||
@ -20,6 +22,7 @@ CheckBox < UICheckBox
|
||||
image-color: #dfdfdf88
|
||||
color: #dfdfdf88
|
||||
opacity: 0.8
|
||||
change-cursor-image: false
|
||||
|
||||
ColorBox < UICheckBox
|
||||
size: 16 16
|
||||
@ -42,6 +45,8 @@ ButtonBox < UICheckBox
|
||||
image-color: #dfdfdf
|
||||
image-clip: 0 0 22 23
|
||||
image-border: 3
|
||||
change-cursor-image: true
|
||||
cursor: pointer
|
||||
|
||||
$hover !disabled:
|
||||
image-clip: 0 23 22 23
|
||||
@ -54,6 +59,7 @@ ButtonBox < UICheckBox
|
||||
$disabled:
|
||||
color: #dfdfdf88
|
||||
image-color: #dfdfdf88
|
||||
change-cursor-image: false
|
||||
|
||||
ButtonBoxRounded < ButtonBox
|
||||
image-source: /images/ui/button_rounded
|
@ -9,9 +9,11 @@ TextEdit < UITextEdit
|
||||
image-border: 1
|
||||
selection-color: #272727
|
||||
selection-background-color: #cccccc
|
||||
change-cursor-image: true
|
||||
$disabled:
|
||||
color: #27272788
|
||||
opacity: 0.5
|
||||
change-cursor-image: false
|
||||
|
||||
PasswordTextEdit < TextEdit
|
||||
text-hidden: true
|
||||
|
BIN
otclient_dx.exe
BIN
otclient_dx.exe
Binary file not shown.
BIN
otclient_gl.exe
BIN
otclient_gl.exe
Binary file not shown.
BIN
otclient_linux
BIN
otclient_linux
Binary file not shown.
BIN
otclient_mac
BIN
otclient_mac
Binary file not shown.
BIN
otclientv8.apk
BIN
otclientv8.apk
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user