diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 21:44:13 -0300 |
commit | 2f75672ce9c9572e1bcc39eba8b376e41eae6856 (patch) | |
tree | e3ce7e053ffef3e65ec91f4c8919da0260644915 /graphics/sprites/npcs/xml/airship.xml | |
download | clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.gz clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.bz2 clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.tar.xz clientdata-2f75672ce9c9572e1bcc39eba8b376e41eae6856.zip |
Initial commit (Moubootaur Legends Fork)
Diffstat (limited to 'graphics/sprites/npcs/xml/airship.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/airship.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/airship.xml b/graphics/sprites/npcs/xml/airship.xml new file mode 100644 index 0000000..56a7c80 --- /dev/null +++ b/graphics/sprites/npcs/xml/airship.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite variants="1" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/sprite/airship.png" width="640" height="307"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |