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/sprites/npcs/xml/switch-online.xml | |
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/sprites/npcs/xml/switch-online.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/switch-online.xml | 9 |
1 files changed, 5 insertions, 4 deletions
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> |