From: Ingo Ruhnke Date: Wed, 14 May 2008 02:53:31 +0000 (+0000) Subject: More snowball gfx fixes X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2a839e79c76d1acfeafbbc2ddc1714d976f9efa5;p=supertux.git More snowball gfx fixes SVN-Revision: 5472 --- diff --git a/data/images/creatures/snowball/left-0.png b/data/images/creatures/snowball/left-0.png index 9e2f9ad70..6524c3e43 100644 Binary files a/data/images/creatures/snowball/left-0.png and b/data/images/creatures/snowball/left-0.png differ diff --git a/data/images/creatures/snowball/left-1.png b/data/images/creatures/snowball/left-1.png index 1c9e07d1f..20f1aa3c5 100644 Binary files a/data/images/creatures/snowball/left-1.png and b/data/images/creatures/snowball/left-1.png differ diff --git a/data/images/creatures/snowball/left-2.png b/data/images/creatures/snowball/left-2.png index 6f8b23eec..c64553f83 100644 Binary files a/data/images/creatures/snowball/left-2.png and b/data/images/creatures/snowball/left-2.png differ diff --git a/data/images/creatures/snowball/smart-snowball.sprite b/data/images/creatures/snowball/smart-snowball.sprite index 788299b0a..598a4f086 100644 --- a/data/images/creatures/snowball/smart-snowball.sprite +++ b/data/images/creatures/snowball/smart-snowball.sprite @@ -1,7 +1,7 @@ (supertux-sprite (action (name "left") - (hitbox 3 4 32 32) + (hitbox 3 6 32 32) (images "left-0.png" "left-1.png" "left-2.png" @@ -9,7 +9,7 @@ ) (action (name "right") - (hitbox 3 4 32 32) + (hitbox 3 6 32 32) (mirror-action "left") ) (action diff --git a/data/images/creatures/snowball/snowball.sprite b/data/images/creatures/snowball/snowball.sprite index ed9f5dfa7..aa8b71160 100644 --- a/data/images/creatures/snowball/snowball.sprite +++ b/data/images/creatures/snowball/snowball.sprite @@ -1,13 +1,15 @@ (supertux-sprite (action (name "left") + (hitbox 3 4 32 32) (images "sport-left-0.png" "sport-left-1.png" - "sport-left-2.png") + "sport-left-2.png" + "sport-left-1.png") ) (action (name "right") - (hitbox 2 4 31.8 31.8) + (hitbox 3 4 32 32) (mirror-action "left") ) (action diff --git a/data/images/creatures/snowball/sport-left-0.png b/data/images/creatures/snowball/sport-left-0.png index c5c6ede0d..9e2f9ad70 100644 Binary files a/data/images/creatures/snowball/sport-left-0.png and b/data/images/creatures/snowball/sport-left-0.png differ diff --git a/data/images/creatures/snowball/sport-left-1.png b/data/images/creatures/snowball/sport-left-1.png index 271d3017f..1c9e07d1f 100644 Binary files a/data/images/creatures/snowball/sport-left-1.png and b/data/images/creatures/snowball/sport-left-1.png differ diff --git a/data/images/creatures/snowball/sport-left-2.png b/data/images/creatures/snowball/sport-left-2.png index 463fa1c4f..6f8b23eec 100644 Binary files a/data/images/creatures/snowball/sport-left-2.png and b/data/images/creatures/snowball/sport-left-2.png differ