Version 2.4 - http://otclient.net/showthread.php?tid=160
@@ -4,4 +4,3 @@ Font
|
||||
height: 8
|
||||
glyph-size: 8 8
|
||||
space-width: 2
|
||||
default: true
|
||||
|
BIN
data/images/game/mobile/attack.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
data/images/game/mobile/chat.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
data/images/game/mobile/follow.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
data/images/game/mobile/look.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
data/images/game/mobile/use.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
data/images/topbuttons/zoomin.png
Normal file
After Width: | Height: | Size: 162 B |
BIN
data/images/topbuttons/zoomout.png
Normal file
After Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 18 KiB |
1
data/images/ui/otcicon.rc
Normal file
@@ -0,0 +1 @@
|
||||
IDI_ICON1 ICON DISCARDABLE "otcicon.ico"
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 720 B |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 1.5 KiB |
@@ -1,36 +0,0 @@
|
||||
Particle
|
||||
name: groupcooldown_particle
|
||||
|
||||
duration: 0.4
|
||||
min-position-radius: 0
|
||||
max-position-radius: 32
|
||||
min-position-angle: 0
|
||||
max-position-angle: 360
|
||||
velocity: 10
|
||||
min-velocity-angle: 0
|
||||
max-velocity-angle: 360
|
||||
colors: #ffffff00 #ffffffff #fff13000
|
||||
colors-stops: 0 0.1 1
|
||||
size: 1 1
|
||||
texture: /particles/particle
|
||||
composition-mode: normal
|
||||
|
||||
Effect
|
||||
name: groupcooldown-effect
|
||||
description: Effect for group cooldowns in the cooldown module
|
||||
|
||||
System
|
||||
position: 0 0
|
||||
|
||||
Emitter
|
||||
position: 0 0
|
||||
delay: 0.06
|
||||
duration: 0.2
|
||||
burst-rate: 350
|
||||
burst-count: 50
|
||||
particle-type: groupcooldown_particle
|
||||
|
||||
AttractionAffector
|
||||
position: 0 0
|
||||
acceleration: 1000
|
||||
|
@@ -98,6 +98,7 @@ TopMenu < TopMenuPanel
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
font: verdana-11px-antialised
|
||||
text-align: center
|
||||
text-auto-resize: true
|
||||
|
||||
|
@@ -1,5 +0,0 @@
|
||||
Background < Panel
|
||||
image-source: /images/background
|
||||
image-smooth: true
|
||||
image-fixed-ratio: true
|
||||
margin-top: 1
|
@@ -183,3 +183,4 @@ ConsolePanel < Panel
|
||||
margin-bottom: 6
|
||||
shift-navigation: true
|
||||
max-length: 255
|
||||
text-auto-submit: true
|
||||
|
@@ -90,6 +90,7 @@ HealthOverlay < UIWidget
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
image-source: /images/game/circle/right_empty
|
||||
image-auto-resize: true
|
||||
margin-left: 130
|
||||
margin-bottom: 16
|
||||
opacity: 0.5
|
||||
|
2
data/things/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|