From: LMH Date: Wed, 17 Dec 2014 00:21:10 +0000 (-1000) Subject: Finished skid and duck actions for hardhat. X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=5d5f1fd1f46adb08662d311977f2b84b3cdd4610 Finished skid and duck actions for hardhat. Also completed all light for hardhat. --- diff --git a/data/images/creatures/tux/earth/hardhat/skid.png b/data/images/creatures/tux/earth/hardhat/skid.png new file mode 100644 index 000000000..8eb2039a7 Binary files /dev/null and b/data/images/creatures/tux/earth/hardhat/skid.png differ diff --git a/data/images/creatures/tux/earth/light/skid.png b/data/images/creatures/tux/earth/light/skid.png new file mode 100644 index 000000000..e39a76abf Binary files /dev/null and b/data/images/creatures/tux/earth/light/skid.png differ diff --git a/data/images/creatures/tux/light.sprite b/data/images/creatures/tux/light.sprite index 2c08afff6..d3f4974e4 100644 --- a/data/images/creatures/tux/light.sprite +++ b/data/images/creatures/tux/light.sprite @@ -42,12 +42,12 @@ (action (name "earth-skid-right") - (hitbox 516 134 32 64) - (images "earth/light/stand.png")) + (hitbox 516 514 32 64) + (images "earth/light/skid.png")) (action (name "earth-skid-left") - (hitbox 516 134 32 64) + (hitbox 516 514 32 64) (mirror-action "earth-skid-right")) (action diff --git a/data/images/creatures/tux/powerups.sprite b/data/images/creatures/tux/powerups.sprite index 49d1b123f..b51071253 100644 --- a/data/images/creatures/tux/powerups.sprite +++ b/data/images/creatures/tux/powerups.sprite @@ -166,7 +166,7 @@ (action (name "earth-skid-right") (hitbox 16 14 32 64) - (images "earth/hardhat/stand.png")) + (images "earth/hardhat/skid.png")) (action (name "earth-skid-left")