X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2Flevels%2Fworld2%2Fghostly.stl;h=49e0b2ab7451414829f370722e172916ad0e8509;hb=6cdc1d2de598d1dcd176576f79410b063a3d672b;hp=17a619461f2ed239810ff2ea48611578db5b1a4f;hpb=0d670f9daff8a22207b92cf64c8c31538e25612c;p=supertux.git diff --git a/data/levels/world2/ghostly.stl b/data/levels/world2/ghostly.stl index 17a619461..49e0b2ab7 100644 --- a/data/levels/world2/ghostly.stl +++ b/data/levels/world2/ghostly.stl @@ -70,23 +70,13 @@ ) (scripttrigger (script "Tux.deactivate(); -play_sound(\"sounds/brick.wav\"); -Effect.fade_in(0.2); -wait(0.1); -play_sound(\"sounds/brick.wav\"); -Effect.fade_in(0.2); -wait(0.2); -play_sound(\"sounds/brick.wav\"); -Effect.fade_in(0.2); +play_music(\"music/ghostforest.ogg\"); wait(1); -play_sound(\"sounds/brick.wav\"); -wait(0.2); -play_sound(\"sounds/brick.wav\"); -Effect.fade_in(0.2); -wait(0.1); -play_sound(\"sounds/brick.wav\"); -Effect.fade_out(0.5); +thunder1.lightning(); wait(1); +thunder1.lightning(); +wait(0.33); +thunder1.lightning(); play_sound(\"sounds/warp.wav\"); Tux.activate(); Level.spawn(\"ghostforest\", \"main\"); @@ -97,6 +87,10 @@ Level.spawn(\"ghostforest\", \"main\"); (x 2016) (y 0) ) + (thunderstorm + (name "thunder1") + (running #f) + ) ) (sector (name "ghostforest") @@ -204,23 +198,11 @@ Level.spawn(\"ghostforest\", \"main\"); ) (scripttrigger (script "Tux.deactivate(); -play_sound(\"sounds/brick.wav\"); -Effect.fade_in(0.2); -wait(0.1); -play_sound(\"sounds/brick.wav\"); -Effect.fade_in(0.2); -wait(0.2); -play_sound(\"sounds/brick.wav\"); -Effect.fade_in(0.2); -wait(1); -play_sound(\"sounds/brick.wav\"); -wait(0.2); -play_sound(\"sounds/brick.wav\"); -Effect.fade_in(0.2); -wait(0.1); -play_sound(\"sounds/brick.wav\"); -Effect.fade_out(0.5); -wait(1); +thunder2.lightning(); +wait(0.66); +thunder2.thunder(); +wait(0.3); +thunder2.lightning(); play_sound(\"sounds/warp.wav\"); Tux.activate(); Level.spawn(\"main\", \"back\"); @@ -231,5 +213,9 @@ Level.spawn(\"main\", \"back\"); (x 6848) (y 0) ) + (thunderstorm + (name "thunder2") + (running #f) + ) ) )