From: LMH Date: Thu, 21 Feb 2013 18:40:50 +0000 (-1000) Subject: Editor images for Crystallo, Flyingsnowball, and Flame indicating travel extent X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e4e2859cf31471d35de95fb67e9f2f4e2b85eb35;p=supertux.git Editor images for Crystallo, Flyingsnowball, and Flame indicating travel extent --- diff --git a/data/images/creatures/crystallo/crystallo-editor.png b/data/images/creatures/crystallo/crystallo-editor.png new file mode 100644 index 000000000..bcee78814 Binary files /dev/null and b/data/images/creatures/crystallo/crystallo-editor.png differ diff --git a/data/images/creatures/crystallo/crystallo.sprite b/data/images/creatures/crystallo/crystallo.sprite index 0ff35ec05..1470e25f2 100644 --- a/data/images/creatures/crystallo/crystallo.sprite +++ b/data/images/creatures/crystallo/crystallo.sprite @@ -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 index 000000000..c305fd486 Binary files /dev/null and b/data/images/creatures/flame/flame-editor.png differ diff --git a/data/images/creatures/flame/flame.sprite b/data/images/creatures/flame/flame.sprite index 96b958277..81a447a44 100644 --- a/data/images/creatures/flame/flame.sprite +++ b/data/images/creatures/flame/flame.sprite @@ -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 index 000000000..8b8074f3e Binary files /dev/null and b/data/images/creatures/flying_snowball/editor.png differ diff --git a/data/images/creatures/flying_snowball/flying_snowball.sprite b/data/images/creatures/flying_snowball/flying_snowball.sprite index eda5ab99c..0f26a4ec7 100644 --- a/data/images/creatures/flying_snowball/flying_snowball.sprite +++ b/data/images/creatures/flying_snowball/flying_snowball.sprite @@ -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")) )