summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs
diff options
context:
space:
mode:
authorU-Richard-PC\\Richard <Richard@Richard-PC.(none)>2012-03-02 10:26:59 -0500
committerJessica Tölke <jtoelke@mail.upb.de>2012-03-17 12:10:06 +0100
commitec94ba01228c94fecf171fee13c75967f80113a4 (patch)
treea966f4f41e281596ac3dc84cb05ea9224774627d /graphics/sprites/npcs
parented6b8a53fd32ea546a623509e0ee64b0ea41a3c8 (diff)
downloadclientdata-ec94ba01228c94fecf171fee13c75967f80113a4.tar.gz
clientdata-ec94ba01228c94fecf171fee13c75967f80113a4.tar.bz2
clientdata-ec94ba01228c94fecf171fee13c75967f80113a4.tar.xz
clientdata-ec94ba01228c94fecf171fee13c75967f80113a4.zip
Child NPC files.
Graphics by Nami, salmondine, carmie. XML by MrGrey. Patch amended by Jenalya to do some minor corrections in the npcs.xml file.
Diffstat (limited to 'graphics/sprites/npcs')
-rwxr-xr-xgraphics/sprites/npcs/childoutfits.pngbin0 -> 5644 bytes
-rwxr-xr-xgraphics/sprites/npcs/childoutfits.xml10
-rwxr-xr-xgraphics/sprites/npcs/childposes.pngbin0 -> 5192 bytes
-rwxr-xr-xgraphics/sprites/npcs/childposes.xml10
4 files changed, 20 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/childoutfits.png b/graphics/sprites/npcs/childoutfits.png
new file mode 100755
index 00000000..29cda7ce
--- /dev/null
+++ b/graphics/sprites/npcs/childoutfits.png
Binary files differ
diff --git a/graphics/sprites/npcs/childoutfits.xml b/graphics/sprites/npcs/childoutfits.xml
new file mode 100755
index 00000000..e43f1f53
--- /dev/null
+++ b/graphics/sprites/npcs/childoutfits.xml
@@ -0,0 +1,10 @@
+<?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>
+</sprite>
diff --git a/graphics/sprites/npcs/childposes.png b/graphics/sprites/npcs/childposes.png
new file mode 100755
index 00000000..d7bfde30
--- /dev/null
+++ b/graphics/sprites/npcs/childposes.png
Binary files differ
diff --git a/graphics/sprites/npcs/childposes.xml b/graphics/sprites/npcs/childposes.xml
new file mode 100755
index 00000000..cc12f811
--- /dev/null
+++ b/graphics/sprites/npcs/childposes.xml
@@ -0,0 +1,10 @@
+<?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>
+</sprite>