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