Editor images for Crystallo, Flyingsnowball, and Flame indicating travel extent
authorLMH <lmh.0013@gmail.com>
Thu, 21 Feb 2013 18:40:50 +0000 (08:40 -1000)
committerLMH <lmh.0013@gmail.com>
Thu, 21 Feb 2013 18:40:50 +0000 (08:40 -1000)
data/images/creatures/crystallo/crystallo-editor.png [new file with mode: 0644]
data/images/creatures/crystallo/crystallo.sprite
data/images/creatures/flame/flame-editor.png [new file with mode: 0644]
data/images/creatures/flame/flame.sprite
data/images/creatures/flying_snowball/editor.png [new file with mode: 0644]
data/images/creatures/flying_snowball/flying_snowball.sprite

diff --git a/data/images/creatures/crystallo/crystallo-editor.png b/data/images/creatures/crystallo/crystallo-editor.png
new file mode 100644 (file)
index 0000000..bcee788
Binary files /dev/null and b/data/images/creatures/crystallo/crystallo-editor.png differ
index 0ff35ec..1470e25 100644 (file)
@@ -20,4 +20,9 @@
     (name "shattered-right")
     (mirror-action "shattered-left")
   )
+  (action
+    (name "editor")
+    (hitbox 100 7 135 20)
+    (images "crystallo-editor.png")
+   )
 )
diff --git a/data/images/creatures/flame/flame-editor.png b/data/images/creatures/flame/flame-editor.png
new file mode 100644 (file)
index 0000000..c305fd4
Binary files /dev/null and b/data/images/creatures/flame/flame-editor.png differ
index 96b9582..81a447a 100644 (file)
@@ -4,5 +4,9 @@
   (name "normal")
   (images "flame-0.png"
           "flame-1.png"))
+ (action
+  (hitbox 96 96 127.8 31.8)
+  (name "editor")
+  (images "flame-editor.png"))
 )
 
diff --git a/data/images/creatures/flying_snowball/editor.png b/data/images/creatures/flying_snowball/editor.png
new file mode 100644 (file)
index 0000000..8b8074f
Binary files /dev/null and b/data/images/creatures/flying_snowball/editor.png differ
index eda5ab9..0f26a4e 100644 (file)
@@ -19,4 +19,9 @@
   (name "squished-right")
   (hitbox 4 -12 31.8 31.8)
   (mirror-action "squished-left"))
+  
+ (action
+  (name "editor")
+  (hitbox 4 83 31.8 111.8)
+  (images "editor.png"))
 )