summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-13 19:03:12 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-13 19:03:12 -0300
commita588544c41976c9ae45e80345f13792e4b31130d (patch)
treee644460f449474bea242507e22b889829d6f71d0 /graphics
parentb56b81e0f936907b3e2995a2372a6e41bb576bfe (diff)
downloadclientdata-a588544c41976c9ae45e80345f13792e4b31130d.tar.gz
clientdata-a588544c41976c9ae45e80345f13792e4b31130d.tar.bz2
clientdata-a588544c41976c9ae45e80345f13792e4b31130d.tar.xz
clientdata-a588544c41976c9ae45e80345f13792e4b31130d.zip
Fortress Gate Spritesheet
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/monsters/gate.pngbin0 -> 62352 bytes
-rw-r--r--graphics/sprites/monsters/gate.xml16
2 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/gate.png b/graphics/sprites/monsters/gate.png
new file mode 100644
index 00000000..c7cfe1e6
--- /dev/null
+++ b/graphics/sprites/monsters/gate.png
Binary files differ
diff --git a/graphics/sprites/monsters/gate.xml b/graphics/sprites/monsters/gate.xml
new file mode 100644
index 00000000..806c438d
--- /dev/null
+++ b/graphics/sprites/monsters/gate.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Jesusalva
+Copyright (C) 2020 TMW2-->
+
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/monsters/gate.png"
+ width="192"
+ height="160"/>
+
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>