diff options
-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> |