diff options
author | Numa <numa@themanaworld.org> | 2024-04-20 20:09:54 +0000 |
---|---|---|
committer | Numa <numa@themanaworld.org> | 2024-04-20 20:09:54 +0000 |
commit | d1e3a61c5326fd6464fd2db7dd0033ae1a3ec575 (patch) | |
tree | b30eca2a96433bec5390d729c97ac5a60198712d /graphics | |
parent | 7b75073ad52793ae4585944880b3b095e63a5f07 (diff) | |
download | clientdata-master.tar.gz clientdata-master.tar.bz2 clientdata-master.tar.xz clientdata-master.zip |
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/monsters/bigbif.png | bin | 0 -> 2255 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/bigbif.xml | 23 | ||||
-rw-r--r-- | graphics/sprites/monsters/smallbif.png | bin | 0 -> 1891 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/smallbif.xml | 23 |
4 files changed, 46 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/bigbif.png b/graphics/sprites/monsters/bigbif.png Binary files differnew file mode 100644 index 00000000..8a7551b1 --- /dev/null +++ b/graphics/sprites/monsters/bigbif.png diff --git a/graphics/sprites/monsters/bigbif.xml b/graphics/sprites/monsters/bigbif.xml new file mode 100644 index 00000000..6bb7c548 --- /dev/null +++ b/graphics/sprites/monsters/bigbif.xml @@ -0,0 +1,23 @@ +<?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" /> + + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation> + <frame index="1"/> + </animation> + </action> + +</sprite> diff --git a/graphics/sprites/monsters/smallbif.png b/graphics/sprites/monsters/smallbif.png Binary files differnew file mode 100644 index 00000000..0840c66a --- /dev/null +++ b/graphics/sprites/monsters/smallbif.png diff --git a/graphics/sprites/monsters/smallbif.xml b/graphics/sprites/monsters/smallbif.xml new file mode 100644 index 00000000..26225567 --- /dev/null +++ b/graphics/sprites/monsters/smallbif.xml @@ -0,0 +1,23 @@ +<?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" /> + + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation> + <frame index="1"/> + </animation> + </action> + +</sprite> |