From: Stephen Groundwater Date: Wed, 26 Apr 2006 12:13:25 +0000 (+0000) Subject: more testing with the Yeti defeat scene, the artwork is still very rough X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=132f617101921a77550fedbf7e0e1130046d69b6;p=supertux.git more testing with the Yeti defeat scene, the artwork is still very rough SVN-Revision: 3440 --- diff --git a/data/images/creatures/tux_big/superbig_tux.png b/data/images/creatures/tux_big/superbig_tux.png new file mode 100644 index 000000000..41ca05e1c Binary files /dev/null and b/data/images/creatures/tux_big/superbig_tux.png differ diff --git a/data/images/creatures/yeti/busted1.png b/data/images/creatures/yeti/busted1.png index 3cd568875..4d01be9f2 100644 Binary files a/data/images/creatures/yeti/busted1.png and b/data/images/creatures/yeti/busted1.png differ diff --git a/data/images/creatures/yeti/yeti.sprite b/data/images/creatures/yeti/yeti.sprite index f33b39ce1..50218d368 100644 --- a/data/images/creatures/yeti/yeti.sprite +++ b/data/images/creatures/yeti/yeti.sprite @@ -68,8 +68,12 @@ (fps 2) (images "busted1.png" -"busted2.png" -"busted3.png" + "busted2.png" + "busted3.png" + "../tux_big/superbig_tux.png" + "../tux_big/superbig_tux.png" + "../tux_big/superbig_tux.png" + "../tux_big/superbig_tux.png" ) (x-offset 300) (y-offset 400) diff --git a/data/levels/world1/27 - No More Mr Ice Guy.stl b/data/levels/world1/27 - No More Mr Ice Guy.stl index 0ec23d8c5..7ecc889b6 100644 --- a/data/levels/world1/27 - No More Mr Ice Guy.stl +++ b/data/levels/world1/27 - No More Mr Ice Guy.stl @@ -108,9 +108,9 @@ Effect.fade_in(1); (y 177) (dead-script " play_sound(\"sounds/yeti_finish.ogg\"); -wait(2); -Effect.fade_out(2.5); -wait(2.5); +wait(12); +Effect.fade_out(5.5); +wait(5.5); Level.finish(true); ") ) diff --git a/src/badguy/yeti.cpp b/src/badguy/yeti.cpp index 12dcd9598..7b862ea6a 100644 --- a/src/badguy/yeti.cpp +++ b/src/badguy/yeti.cpp @@ -49,7 +49,7 @@ namespace { const float SAFE_TIME = .5; /**< the time we are safe when tux just hit us */ const int INITIAL_HITPOINTS = 3; /**< number of hits we can take */ - const float SQUISH_TIME = 3; + const float SQUISH_TIME = 5; } Yeti::Yeti(const lisp::Lisp& reader)