diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-18 23:07:39 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-18 23:07:39 -0300 |
commit | 365123f3a2cc2ad4137e974a1dfc53df8ac2f119 (patch) | |
tree | 974844bca83706a353b73dbbd48210e104f14fe7 | |
parent | c249cc81a1e6083a18c9514f404ff8d69dd16602 (diff) | |
download | clientdata-365123f3a2cc2ad4137e974a1dfc53df8ac2f119.tar.gz clientdata-365123f3a2cc2ad4137e974a1dfc53df8ac2f119.tar.bz2 clientdata-365123f3a2cc2ad4137e974a1dfc53df8ac2f119.tar.xz clientdata-365123f3a2cc2ad4137e974a1dfc53df8ac2f119.zip |
Fix broken XML and invalid item image (always use dyecmd at item images @Saulc Dev )
-rw-r--r-- | graphics/items/equipment/head/centurionhelmet.png | bin | 3309 -> 559 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/alphamouboohead.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/darkknighthelmet.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/imperialcrown.xml | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/graphics/items/equipment/head/centurionhelmet.png b/graphics/items/equipment/head/centurionhelmet.png Binary files differindex e50a41a3..0045af03 100644 --- a/graphics/items/equipment/head/centurionhelmet.png +++ b/graphics/items/equipment/head/centurionhelmet.png diff --git a/graphics/sprites/equipment/head/alphamouboohead.xml b/graphics/sprites/equipment/head/alphamouboohead.xml index 475a8499..7ab0abde 100644 --- a/graphics/sprites/equipment/head/alphamouboohead.xml +++ b/graphics/sprites/equipment/head/alphamouboohead.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand"> +<sprite> <imageset name="base" src="graphics/sprites/equipment/head/alphamouboohead.png" width="42" height="64"/> diff --git a/graphics/sprites/equipment/head/darkknighthelmet.xml b/graphics/sprites/equipment/head/darkknighthelmet.xml index a3682594..1d98d78b 100644 --- a/graphics/sprites/equipment/head/darkknighthelmet.xml +++ b/graphics/sprites/equipment/head/darkknighthelmet.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand"> +<sprite> <imageset name="base" src="graphics/sprites/equipment/head/darkknighthelmet.png" width="20" height="44"/> diff --git a/graphics/sprites/equipment/head/imperialcrown.xml b/graphics/sprites/equipment/head/imperialcrown.xml index 02baeeed..9c027c52 100644 --- a/graphics/sprites/equipment/head/imperialcrown.xml +++ b/graphics/sprites/equipment/head/imperialcrown.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<sprite name="player" action="stand"> +<sprite> <imageset name="base" src="graphics/sprites/equipment/head/imperialcrown.png" width="34" height="56"/> |