diff options
author | Reid <reidyaro@gmail.com> | 2012-08-21 21:31:10 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-08-21 21:31:10 +0200 |
commit | 4f89439edc37113dcaeaf8decf46e0e3fb63d6e1 (patch) | |
tree | 93fb950294f63575d298b85c34ba3bed8fbce396 /graphics | |
parent | e88c9dd9e4c7a599b028179135e56042b604a155 (diff) | |
download | clientdata-4f89439edc37113dcaeaf8decf46e0e3fb63d6e1.tar.gz clientdata-4f89439edc37113dcaeaf8decf46e0e3fb63d6e1.tar.bz2 clientdata-4f89439edc37113dcaeaf8decf46e0e3fb63d6e1.tar.xz clientdata-4f89439edc37113dcaeaf8decf46e0e3fb63d6e1.zip |
Change orientation of gugli's eye accessorie,
Change offsetX on gugli and his eye's xml,
Remove some wrong tiles ahead Felix NPC,
Remove some wrong tiles on Gugli position,
Rename eye-right to eye-left.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/accessories/eye-left-blink.png | bin | 0 -> 375 bytes | |||
-rw-r--r-- | graphics/sprites/accessories/eye-left-blink.xml (renamed from graphics/sprites/accessories/eye-right-blink.xml) | 4 | ||||
-rw-r--r-- | graphics/sprites/accessories/eye-right-blink.png | bin | 356 -> 0 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/sprite/gugli.png | bin | 4536 -> 5845 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/gugli.xml | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sprites/accessories/eye-left-blink.png b/graphics/sprites/accessories/eye-left-blink.png Binary files differnew file mode 100644 index 00000000..37133023 --- /dev/null +++ b/graphics/sprites/accessories/eye-left-blink.png diff --git a/graphics/sprites/accessories/eye-right-blink.xml b/graphics/sprites/accessories/eye-left-blink.xml index a8200f8b..0c1a90a5 100644 --- a/graphics/sprites/accessories/eye-right-blink.xml +++ b/graphics/sprites/accessories/eye-left-blink.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Author: Reid -Copyright (C) 2011-2012 Evol Online --> +Copyright (C) 2011-2012 Evol Online -13 38--> <sprite> - <imageset name="acc" src="graphics/sprites/accessories/eye-right-blink.png" width="5" height="5" offsetX="4" offsetY="-45"/> + <imageset name="acc" src="graphics/sprites/accessories/eye-left-blink.png" width="5" height="5" offsetY="-44"/> <action name="stand" imageset="acc"> <animation direction="default"> diff --git a/graphics/sprites/accessories/eye-right-blink.png b/graphics/sprites/accessories/eye-right-blink.png Binary files differdeleted file mode 100644 index 5c72ee0d..00000000 --- a/graphics/sprites/accessories/eye-right-blink.png +++ /dev/null diff --git a/graphics/sprites/npcs/sprite/gugli.png b/graphics/sprites/npcs/sprite/gugli.png Binary files differindex bae3f74f..8fd902d7 100644 --- a/graphics/sprites/npcs/sprite/gugli.png +++ b/graphics/sprites/npcs/sprite/gugli.png diff --git a/graphics/sprites/npcs/xml/gugli.xml b/graphics/sprites/npcs/xml/gugli.xml index 89463480..b0e619ad 100644 --- a/graphics/sprites/npcs/xml/gugli.xml +++ b/graphics/sprites/npcs/xml/gugli.xml @@ -13,7 +13,7 @@ Examples showing the same animation: --> <sprite> - <imageset name="npc" src="graphics/sprites/npcs/sprite/gugli.png" width="64" height="64" offsetX="-32"/> + <imageset name="npc" src="graphics/sprites/npcs/sprite/gugli.png" width="64" height="64" offsetX="20"/> <action name="stand" imageset="npc"> <animation direction="default"> |