From: LMH Date: Sun, 21 Dec 2014 09:12:35 +0000 (-1000) Subject: Ugly air hat graphics for skid, duck, and worldmap X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=731d879da43f083f3e4a045cfa2364eee2947b7d;p=supertux.git Ugly air hat graphics for skid, duck, and worldmap --- diff --git a/data/images/creatures/tux/air/hat/duck.png b/data/images/creatures/tux/air/hat/duck.png new file mode 100644 index 000000000..c8a8ba8c7 Binary files /dev/null and b/data/images/creatures/tux/air/hat/duck.png differ diff --git a/data/images/creatures/tux/air/hat/skid.png b/data/images/creatures/tux/air/hat/skid.png new file mode 100644 index 000000000..05e66ebff Binary files /dev/null and b/data/images/creatures/tux/air/hat/skid.png differ diff --git a/data/images/creatures/tux/powerups.sprite b/data/images/creatures/tux/powerups.sprite index 3d01fd573..910b8a9d6 100644 --- a/data/images/creatures/tux/powerups.sprite +++ b/data/images/creatures/tux/powerups.sprite @@ -54,7 +54,7 @@ (action (name "air-skid-right") (hitbox 16 14 32 64) - (images "air/hat/stand.png")) + (images "air/hat/skid.png")) (action (name "air-skid-left") @@ -96,12 +96,12 @@ (action (name "air-duck-right") - (hitbox 16 14 32 64) - (images "air/hat/stand.png")) + (hitbox 16 45 32 32) + (images "air/hat/duck.png")) (action (name "air-duck-left") - (hitbox 16 14 32 64) + (hitbox 16 45 32 32) (mirror-action "air-duck-right")) (action diff --git a/data/images/worldmap/common/smalltux1_air.png b/data/images/worldmap/common/smalltux1_air.png new file mode 100644 index 000000000..26d83840a Binary files /dev/null and b/data/images/worldmap/common/smalltux1_air.png differ diff --git a/data/images/worldmap/common/smalltux2_air.png b/data/images/worldmap/common/smalltux2_air.png new file mode 100644 index 000000000..a90b9bbda Binary files /dev/null and b/data/images/worldmap/common/smalltux2_air.png differ diff --git a/data/images/worldmap/common/smalltux3_air.png b/data/images/worldmap/common/smalltux3_air.png new file mode 100644 index 000000000..6409bdc65 Binary files /dev/null and b/data/images/worldmap/common/smalltux3_air.png differ diff --git a/data/images/worldmap/common/smalltux4_air.png b/data/images/worldmap/common/smalltux4_air.png new file mode 100644 index 000000000..0c8ae98cd Binary files /dev/null and b/data/images/worldmap/common/smalltux4_air.png differ diff --git a/data/images/worldmap/common/smalltux5_air.png b/data/images/worldmap/common/smalltux5_air.png new file mode 100644 index 000000000..48bdcd8e8 Binary files /dev/null and b/data/images/worldmap/common/smalltux5_air.png differ diff --git a/data/images/worldmap/common/smalltux6_air.png b/data/images/worldmap/common/smalltux6_air.png new file mode 100644 index 000000000..20896a960 Binary files /dev/null and b/data/images/worldmap/common/smalltux6_air.png differ diff --git a/data/images/worldmap/common/smalltux7_air.png b/data/images/worldmap/common/smalltux7_air.png new file mode 100644 index 000000000..c90f16370 Binary files /dev/null and b/data/images/worldmap/common/smalltux7_air.png differ diff --git a/data/images/worldmap/common/smalltux8_air.png b/data/images/worldmap/common/smalltux8_air.png new file mode 100644 index 000000000..60a6cead6 Binary files /dev/null and b/data/images/worldmap/common/smalltux8_air.png differ diff --git a/data/images/worldmap/common/smalltux_air.png b/data/images/worldmap/common/smalltux_air.png new file mode 100644 index 000000000..741e2e024 Binary files /dev/null and b/data/images/worldmap/common/smalltux_air.png differ