diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-23 00:17:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-23 00:17:47 -0300 |
commit | 56585f94b01af30602e1eb3dee3d1c60d9218a59 (patch) | |
tree | 36e806ced31eb879b7b798e5910701177ec7c4da /graphics | |
parent | a3d69a1f35b23acfeb84a7b6b260ede94b6ddc58 (diff) | |
download | clientdata-56585f94b01af30602e1eb3dee3d1c60d9218a59.tar.gz clientdata-56585f94b01af30602e1eb3dee3d1c60d9218a59.tar.bz2 clientdata-56585f94b01af30602e1eb3dee3d1c60d9218a59.tar.xz clientdata-56585f94b01af30602e1eb3dee3d1c60d9218a59.zip |
Don't ask.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/xml/icecage.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/graphics/sprites/npcs/xml/icecage.xml b/graphics/sprites/npcs/xml/icecage.xml index 60201986..bcf229a7 100644 --- a/graphics/sprites/npcs/xml/icecage.xml +++ b/graphics/sprites/npcs/xml/icecage.xml @@ -1,13 +1,14 @@ -<?xml version="1.0" encoding="utf-8"?> -<sprite variants="2" variant_offset="1"> - <imageset name="npc" +<?xml version="1.0"?> +<sprite variants="3" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/sprite/ice_cage.png" width="64" height="64"/> - <action name="stand" imageset="npc"> - <animation direction="default"> - <frame index="0"/> - </animation> - </action> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + <end/> + </animation> + </action> </sprite> |