diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-03-06 15:11:01 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-03-06 15:11:01 +0000 |
commit | 7f08f56a68863641eb849a70647cb3392e0cb494 (patch) | |
tree | 403716fff4352f24396518730bf5c1e2f34d245c /graphics/sprites | |
parent | 635c8b377c9e5c038e243adbf41bc32630a276eb (diff) | |
download | clientdata-7f08f56a68863641eb849a70647cb3392e0cb494.tar.gz clientdata-7f08f56a68863641eb849a70647cb3392e0cb494.tar.bz2 clientdata-7f08f56a68863641eb849a70647cb3392e0cb494.tar.xz clientdata-7f08f56a68863641eb849a70647cb3392e0cb494.zip |
we could make the piou jump later
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/xml/blossom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/blossom.xml b/graphics/sprites/npcs/xml/blossom.xml new file mode 100644 index 00000000..45177715 --- /dev/null +++ b/graphics/sprites/npcs/xml/blossom.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2019 TMW2--> + +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/simple/blossom.png" + width="64" + height="64"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |