diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-21 11:33:49 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-21 11:33:49 +0000 |
commit | 766170a6d6193f015cdebbb9d151f630646ce7eb (patch) | |
tree | 2c7b02011d15171f681bbb2d454a990a804990bf /graphics/sprites/monsters/alphamouboo.xml | |
parent | e98ec9f8f2f2cc55cf99e4a63edabe85bc89138e (diff) | |
download | clientdata-766170a6d6193f015cdebbb9d151f630646ce7eb.tar.gz clientdata-766170a6d6193f015cdebbb9d151f630646ce7eb.tar.bz2 clientdata-766170a6d6193f015cdebbb9d151f630646ce7eb.tar.xz clientdata-766170a6d6193f015cdebbb9d151f630646ce7eb.zip |
update mouboo xml
Diffstat (limited to 'graphics/sprites/monsters/alphamouboo.xml')
-rw-r--r-- | graphics/sprites/monsters/alphamouboo.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/sprites/monsters/alphamouboo.xml b/graphics/sprites/monsters/alphamouboo.xml index 78b7e775..0b160c6b 100644 --- a/graphics/sprites/monsters/alphamouboo.xml +++ b/graphics/sprites/monsters/alphamouboo.xml @@ -1,7 +1,11 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Saulc +Copyright (C) 2018 TMW 2 Moubootaur Legends --> <sprite> - <imageset name="base" src="graphics/sprites/monsters/alphamouboo.png" width="80" height="80" /> + <imageset name="base" src="graphics/sprites/monsters/alphamouboo.png" + width="80" + height="80" /> <action name="stand" imageset="base"> <animation direction="down"> @@ -78,5 +82,4 @@ <end /> </animation> </action> - </sprite> |