diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:06:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-09 16:06:55 -0300 |
commit | ca3e87b4b601dad2e7503f5bad6a7cc2839ee6a5 (patch) | |
tree | 1fa395ba9b90428ce936afcca4716a332e7a4e6d /graphics/sprites | |
parent | 9a61dee128483037b4e8881c5b626a3dd951dc95 (diff) | |
download | clientdata-ca3e87b4b601dad2e7503f5bad6a7cc2839ee6a5.tar.gz clientdata-ca3e87b4b601dad2e7503f5bad6a7cc2839ee6a5.tar.bz2 clientdata-ca3e87b4b601dad2e7503f5bad6a7cc2839ee6a5.tar.xz clientdata-ca3e87b4b601dad2e7503f5bad6a7cc2839ee6a5.zip |
Add Bee Hive
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/monsters/beehive.png | bin | 0 -> 5469 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/beehive.xml | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/beehive.png b/graphics/sprites/monsters/beehive.png Binary files differnew file mode 100644 index 00000000..c906b7a6 --- /dev/null +++ b/graphics/sprites/monsters/beehive.png diff --git a/graphics/sprites/monsters/beehive.xml b/graphics/sprites/monsters/beehive.xml new file mode 100644 index 00000000..9d02b886 --- /dev/null +++ b/graphics/sprites/monsters/beehive.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/beehive.png" width="92" height="150"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> +</sprite> |