From: Arvid Norlander Date: Thu, 5 Oct 2006 16:04:38 +0000 (+0000) Subject: Fixed thing that went missing in resave (due to editor not keeping unknown lisp trees) X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c48a0cf5caf194ff1bd56516258c34afe27bd518;p=supertux.git Fixed thing that went missing in resave (due to editor not keeping unknown lisp trees) SVN-Revision: 4392 --- diff --git a/data/levels/world1/intro.stl b/data/levels/world1/intro.stl index b08891eb0..093a0902f 100644 --- a/data/levels/world1/intro.stl +++ b/data/levels/world1/intro.stl @@ -2,6 +2,10 @@ (version 2) (name (_ "Picnic With Penny")) (author "SuperTux Team") + (on-menukey-script "sector.Effect.fade_out(1); +wait(1); +Level.finish(true); +") (sector (name "main") (music "music/intro.ogg")