diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 10:12:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 10:12:30 -0300 |
commit | eb38c435211f683098c2097fbfc8fab2b32801bb (patch) | |
tree | dbb7fa9f26c28da1432187bea80b5e1f06c21afe /graphics | |
parent | 848d3b849a0b34ea71bcc6048da37a882b89bc6e (diff) | |
parent | 24ffb33041ab03051bfc213b71c0b5a3ec722296 (diff) | |
download | clientdata-eb38c435211f683098c2097fbfc8fab2b32801bb.tar.gz clientdata-eb38c435211f683098c2097fbfc8fab2b32801bb.tar.bz2 clientdata-eb38c435211f683098c2097fbfc8fab2b32801bb.tar.xz clientdata-eb38c435211f683098c2097fbfc8fab2b32801bb.zip |
Merge branch 'master' of gitlab.com:TMW2/clientdata
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/items/usable/food/.gitkeep | 0 | ||||
-rw-r--r-- | graphics/sprites/monsters/alphamouboo.xml | 9 | ||||
-rw-r--r-- | graphics/sprites/monsters/archant.xml | 13 | ||||
-rw-r--r-- | graphics/sprites/monsters/bif.xml | 4 | ||||
-rw-r--r-- | graphics/sprites/monsters/bigbif.xml | 9 | ||||
-rw-r--r-- | graphics/sprites/monsters/candorscorpion.xml | 13 | ||||
-rw-r--r-- | graphics/sprites/monsters/smallbif.xml | 9 |
7 files changed, 45 insertions, 12 deletions
diff --git a/graphics/items/usable/food/.gitkeep b/graphics/items/usable/food/.gitkeep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/graphics/items/usable/food/.gitkeep 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> diff --git a/graphics/sprites/monsters/archant.xml b/graphics/sprites/monsters/archant.xml index 40486be3..42b3a5a0 100644 --- a/graphics/sprites/monsters/archant.xml +++ b/graphics/sprites/monsters/archant.xml @@ -1,6 +1,12 @@ -<?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/archant.png" width="24" height="30"/> + <imageset name="base" src="graphics/sprites/monsters/archant.png" + width="24" + height="30"/> + <action name="stand" imageset="base"> <animation direction="down"> <frame index="0" offsetX="0" offsetY="2"/> @@ -15,6 +21,7 @@ <frame index="30" offsetX="-1" offsetY="-3"/> </animation> </action> + <action name="walk" imageset="base"> <animation direction="down"> <sequence start="1" end="4" delay="75" offsetX="0" offsetY="2"/> @@ -29,6 +36,7 @@ <sequence start="31" end="34" delay="75" offsetX="-1" offsetY="-3"/> </animation> </action> + <action name="dead" imageset="base"> <animation direction="down"> <frame index="9" offsetX="0" offsetY="2"/> @@ -43,6 +51,7 @@ <frame index="39" offsetX="-1" offsetY="-3"/> </animation> </action> + <action name="attack" imageset="base"> <animation direction="down"> <sequence start="5" end="8" delay="75" offsetX="0" offsetY="2"/> diff --git a/graphics/sprites/monsters/bif.xml b/graphics/sprites/monsters/bif.xml index d0cde417..e977a9af 100644 --- a/graphics/sprites/monsters/bif.xml +++ b/graphics/sprites/monsters/bif.xml @@ -1,7 +1,9 @@ <?xml version="1.0"?> <sprite> - <imageset name="base" src="graphics/sprites/monsters/bif.png|W" width="32" height="32" /> + <imageset name="base" src="graphics/sprites/monsters/bif.png|W" + width="32" + height="32" /> <action name="stand" imageset="base"> <animation> diff --git a/graphics/sprites/monsters/bigbif.xml b/graphics/sprites/monsters/bigbif.xml index 7e1470e1..6bb7c548 100644 --- a/graphics/sprites/monsters/bigbif.xml +++ b/graphics/sprites/monsters/bigbif.xml @@ -1,7 +1,12 @@ -<?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/bigbif.png|W" width="32" height="32" /> + <imageset name="base" src="graphics/sprites/monsters/bigbif.png|W" + width="32" + height="32" /> <action name="stand" imageset="base"> <animation> diff --git a/graphics/sprites/monsters/candorscorpion.xml b/graphics/sprites/monsters/candorscorpion.xml index d8bda6e8..223c3c11 100644 --- a/graphics/sprites/monsters/candorscorpion.xml +++ b/graphics/sprites/monsters/candorscorpion.xml @@ -1,6 +1,12 @@ -<?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/candorscorpion.png" width="48" height="45"/> + <imageset name="base" src="graphics/sprites/monsters/candorscorpion.png" + width="48" + height="45"/> + <action name="stand" imageset="base"> <animation direction="down"> <frame index="0" offsetY="2"/> @@ -15,6 +21,7 @@ <frame index="30" offsetY="2"/> </animation> </action> + <action name="walk" imageset="base"> <animation direction="down"> <sequence start="1" end="4" delay="75" offsetY="2"/> @@ -29,6 +36,7 @@ <sequence start="31" end="34" delay="75" offsetY="2"/> </animation> </action> + <action name="dead" imageset="base"> <animation direction="down"> <frame index="9" offsetY="2"/> @@ -43,6 +51,7 @@ <frame index="39" offsetY="2"/> </animation> </action> + <action name="attack" imageset="base"> <animation direction="down"> <sequence start="5" end="8" delay="75" offsetY="2"/> diff --git a/graphics/sprites/monsters/smallbif.xml b/graphics/sprites/monsters/smallbif.xml index 13b8ac9f..26225567 100644 --- a/graphics/sprites/monsters/smallbif.xml +++ b/graphics/sprites/monsters/smallbif.xml @@ -1,7 +1,12 @@ -<?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/smallbif.png|W" width="32" height="32" /> + <imageset name="base" src="graphics/sprites/monsters/smallbif.png|W" + width="32" + height="32" /> <action name="stand" imageset="base"> <animation> |