X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=LEVELDESIGN;h=9960db4170005e432dcea385acbcfd438111eff5;hb=838c52420b32861ce02f1abb7be7e12f45e67851;hp=92d05ac52dc56b415deb43676a24800348996298;hpb=2cfbcd8de9d086ce8ee42803e59e0ffb491dcaf1;p=supertux.git diff --git a/LEVELDESIGN b/LEVELDESIGN index 92d05ac52..9960db417 100644 --- a/LEVELDESIGN +++ b/LEVELDESIGN @@ -1,3 +1,10 @@ + +This document describes both the level format and +the level editor. + += LEVEL FORMAT = + + HEAD: -------- @@ -50,3 +57,43 @@ Bad guys: 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 level subset is a collection of levels. Subsets can be chose +during gameplay when starting a game. + +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