diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-23 00:31:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-23 00:31:29 -0300 |
commit | 04e43d24f5597c3ac3583888a56b0769bb57ac72 (patch) | |
tree | d63b94a0ecd2619156df6f3f340fde36d8191f16 /graphics | |
parent | 56585f94b01af30602e1eb3dee3d1c60d9218a59 (diff) | |
download | clientdata-04e43d24f5597c3ac3583888a56b0769bb57ac72.tar.gz clientdata-04e43d24f5597c3ac3583888a56b0769bb57ac72.tar.bz2 clientdata-04e43d24f5597c3ac3583888a56b0769bb57ac72.tar.xz clientdata-04e43d24f5597c3ac3583888a56b0769bb57ac72.zip |
Fix broken XML files
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/xml/icecage.xml | 4 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/switch-offline.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/npcs/xml/switch-online.xml | 9 |
3 files changed, 8 insertions, 7 deletions
diff --git a/graphics/sprites/npcs/xml/icecage.xml b/graphics/sprites/npcs/xml/icecage.xml index bcf229a7..fcfd83d4 100644 --- a/graphics/sprites/npcs/xml/icecage.xml +++ b/graphics/sprites/npcs/xml/icecage.xml @@ -2,8 +2,8 @@ <sprite variants="3" variant_offset="1"> <imageset name="base" src="graphics/sprites/npcs/sprite/ice_cage.png" - width="64" - height="64"/> + width="80" + height="103"/> <action name="stand" imageset="base"> <animation direction="default"> diff --git a/graphics/sprites/npcs/xml/switch-offline.xml b/graphics/sprites/npcs/xml/switch-offline.xml index bde8d6b6..032b9272 100644 --- a/graphics/sprites/npcs/xml/switch-offline.xml +++ b/graphics/sprites/npcs/xml/switch-offline.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/sprite/switch.png" width="32" height="32" /> + <imageset name="base" src="graphics/sprites/npcs/sprite/switch.png" width="64" height="64" /> <action name="stand" imageset="base"> <animation direction="default"> <frame index="0"/> diff --git a/graphics/sprites/npcs/xml/switch-online.xml b/graphics/sprites/npcs/xml/switch-online.xml index 5dee5055..49d3c8da 100644 --- a/graphics/sprites/npcs/xml/switch-online.xml +++ b/graphics/sprites/npcs/xml/switch-online.xml @@ -1,11 +1,12 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/npcs/sprite/switch.png" width="32" height="32" /> + <imageset name="base" src="graphics/sprites/npcs/sprite/switch.png" width="64" height="64" /> <action name="stand" imageset="base"> <animation direction="default"> - <frame index="1" delay="75"/> - <frame index="2" delay="75"/> - <frame index="3" delay="75"/> + <frame index="0" delay="50"/> + <frame index="1" delay="110"/> + <frame index="2" delay="110"/> + <frame index="3" delay="110"/> <frame index="4"/> <end/> </animation> |