[Super-tux-commit] supertux LEVELDESIGN,1.10,1.11
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-09-16 18:56:45
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7679 Modified Files: LEVELDESIGN Log Message: Info about (end-sequence-animation "") Index: LEVELDESIGN =================================================================== RCS file: /cvsroot/super-tux/supertux/LEVELDESIGN,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- LEVELDESIGN 9 Jul 2004 10:58:41 -0000 1.10 +++ LEVELDESIGN 16 Sep 2004 18:56:36 -0000 1.11 @@ -41,6 +41,9 @@ ; Naming sectors is usefull to for swapping ; "main" sectors are the ones that the player will start in (name "main") +; Setup an end sequence animation (blank for nothing). +; Currently supported is fireworks that displays fireworks on exit. + (end-sequence-animation "fireworks") ; Level's gravity (better let it 10) (gravity 10) ; We can have one or more playerspawn that can be used by doors. |