Changes between Version 31 and Version 32 of content/LevelHowTo
- Timestamp:
- Dec 7, 2011, 2:29:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/LevelHowTo
v31 v32 32 32 33 33 == First steps == 34 1. Define the level's name in the menu. The "description" will be displayed , when a player hovers his mouse over your level's "name". This should be the first tag in the XML file.34 1. Define the level's name in the menu. The "description" will be displayed in the level selection menu and when a player hovers his mouse over your level's "name". "screenshot" should be a *.png image placed in the __data_extern/images/levelpreviews__ folder. This should be the first tag in the XML file. 35 35 {{{ 36 36 #!xml … … 39 39 description = "Fight for the bases." 40 40 tags = "" 41 screenshot = "teambase.png" 41 42 /> 42 43 }}} … … 45 46 #!xml 46 47 <Level 47 name = "Presentation" 48 description = "A simple testlevel" 49 gametype = TeamBaseMatch 48 gametype = "TeamBaseMatch" 50 49 > 51 50 }}}