X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=LEVELDESIGN;h=f205cd506bc737c86514b13c99062c0f3c16530a;hb=199f446c9245ec8031ba5c24205cd6ecab5e3fa0;hp=7580f50dbbe05e91eb8f8898fdb56be72debd4bd;hpb=6000e234142ee137ed4a5c843cb0fb3881df47c1;p=supertux.git diff --git a/LEVELDESIGN b/LEVELDESIGN index 7580f50db..f205cd506 100644 --- a/LEVELDESIGN +++ b/LEVELDESIGN @@ -1,3 +1,10 @@ + +This document describes both the level format and +the level editor. + += LEVEL FORMAT = + + HEAD: -------- @@ -43,3 +50,50 @@ $ <- Distro | <- Pole \ <- Flag & <- Water + +Bad guys: + +0 <- BluescreenOfDeath +1 <- Laptop +2 <- Money + += BUILT-IN LEVEL EDITOR = + + +USING THE BUILT-IN LEVEL EDITOR: +-------------------------------- + +When opening the leveleditor, a menu will appear. This +menu can be used to select or add level subsets. +A subsite is like a theme, it is just a bunch of tiles and +enemies. + +After selecting the subset, have a look at the level editor. +The button bar in the right is the place where you can control +the actions related with editing. You can select levels and add +throught there. +To select tiles (foreground or background) and enemies, the button +bar is the right place. There you can also save, test and setup +the level. It is also possible between two selection cursors! Give +a try to both. +A right click in a button bar button will give you a description +and a shortcut for it. + +To change a tile, just press the tile you want to change with a +mouse left click. The current tile will be used. Depending +on the selection behavior, you can or not select more +than one tiles. +To scroll, you just have to point over the two arrow buttons, or +use the right button click. + +There is a small help that can be reached by pressing F1. + +To go back to the menu, just press Esc. + +Now, do lots of levels and HAVE FUN!! + +Please, send your levels or any art you created to the SuperTux's +mailinglist or to the maintainer (look at AUTHORS.txt). + + +SuperTux developers