From: LMH Date: Fri, 21 Jun 2013 01:57:14 +0000 (-1000) Subject: Fixed sprite for flyingsnowball-editor which was causing death in the space directly... X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=0fdd44fa8c98960abcd6a956c85ba362e45df39e;p=supertux.git Fixed sprite for flyingsnowball-editor which was causing death in the space directly below the enemy --- diff --git a/data/images/creatures/flying_snowball/flying_snowball.sprite b/data/images/creatures/flying_snowball/flying_snowball.sprite index 0f26a4ec7..4f99de3d8 100644 --- a/data/images/creatures/flying_snowball/flying_snowball.sprite +++ b/data/images/creatures/flying_snowball/flying_snowball.sprite @@ -22,6 +22,6 @@ (action (name "editor") - (hitbox 4 83 31.8 111.8) + (hitbox 4 83 31.8 31.8) (images "editor.png")) )