diff options
Diffstat (limited to 'graphics/sprites/npcs/childoutfits.xml')
-rw-r--r--[-rwxr-xr-x] | graphics/sprites/npcs/childoutfits.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/sprites/npcs/childoutfits.xml b/graphics/sprites/npcs/childoutfits.xml index e43f1f53..2f6c8d48 100755..100644 --- a/graphics/sprites/npcs/childoutfits.xml +++ b/graphics/sprites/npcs/childoutfits.xml @@ -1,10 +1,9 @@ <?xml version="1.0"?> <sprite variants="100" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/childoutfits.png|W;Y;G;C;B;M;R" width="30" height="65" /> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/npcs/childoutfits.png|W;Y;G;C;B;M;R" width="30" height="65"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> </sprite> |