From 9d9f78e81eb134d4a4c7d3237b4cd371fe6d64a1 Mon Sep 17 00:00:00 2001 From: Wolfgang Becker Date: Wed, 27 Feb 2008 21:09:44 +0000 Subject: [PATCH] Adjust intro to new image location. SVN-Revision: 5357 --- data/levels/world1/intro.nut | 11 +++++++---- data/levels/world1/intro.stl | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/data/levels/world1/intro.nut b/data/levels/world1/intro.nut index 45cc16b5c..60f7e3171 100644 --- a/data/levels/world1/intro.nut +++ b/data/levels/world1/intro.nut @@ -1,7 +1,7 @@ function intro() { //initialize - SUPERTUX.set_action("stand-right"); + SUPERTUX.set_action("big-walk-right"); RADIO.set_action("quiet"); PENNY.set_action("stand-left"); NOLOK.set_visible(false); @@ -35,6 +35,7 @@ function intro() //begin conversation and Tux rap SUPERTUX.set_velocity(0,0); + SUPERTUX.set_action("big-stand-right"); play_sound("speech/tux_hello.ogg"); wait(3); play_sound("speech/penny_runt_01.ogg"); @@ -72,7 +73,7 @@ function intro() wait(1); tux_upset(); wait(4); - SUPERTUX.set_action("stand-right"); + SUPERTUX.set_action("big-walk-right"); SUPERTUX.set_velocity(300,0); wait(2); @@ -95,14 +96,16 @@ function shake_bush() function tux_upset() { - SUPERTUX.set_action("stand-right"); + SUPERTUX.set_action("big-walk-right"); SUPERTUX.set_velocity(200,0); wait(0.3); + SUPERTUX.set_action("big-stand-right"); SUPERTUX.set_velocity(0,0); wait(0.4); - SUPERTUX.set_action("stand-left"); + SUPERTUX.set_action("big-walk-left"); SUPERTUX.set_velocity(-200,0); wait(0.3); + SUPERTUX.set_action("big-stand-left"); } function logo_in() diff --git a/data/levels/world1/intro.stl b/data/levels/world1/intro.stl index bb9da6483..1950ea38b 100644 --- a/data/levels/world1/intro.stl +++ b/data/levels/world1/intro.stl @@ -28,8 +28,8 @@ Level.finish(true); (physic-enabled #t) (solid #t) (x 2291) - (y 1275) - (sprite "images/creatures/tux_big/tux.sprite") + (y 1280) + (sprite "images/creatures/tux/tux.sprite") ) (scriptedobject (name "PENNY") -- 2.11.0