comparison mamba/habitats/editor.py @ 552:b2e0f1267282

Add test mode to README. Tweak help text
author Neil Muller <drnlmuller@gmail.com>
date Wed, 21 Sep 2011 14:19:45 +0200
parents 9d3ed4d05f55
children a2648295b7cf
comparison
equal deleted inserted replaced
551:9d3ed4d05f55 552:b2e0f1267282
49 49
50 Sprites can be placed as well. Sprites require parameters. Each sprite needs a unique id tag, which can be any string 50 Sprites can be placed as well. Sprites require parameters. Each sprite needs a unique id tag, which can be any string
51 without spaces, and then additional parameters that depend on the type of sprite, usually the id of another sprite. 51 without spaces, and then additional parameters that depend on the type of sprite, usually the id of another sprite.
52 Sprites can be added, edited and deleted. Look at existing maps to see how the parameters can be used. 52 Sprites can be added, edited and deleted. Look at existing maps to see how the parameters can be used.
53 53
54 Test mode allows you to test the level without any clock running. The snake is moved purely using the cursor keys, but 54 Test mode allows you to test the level without any clock running. The snake is moved using the cursor keys, or by pressing
55 interacts with the level as in the actual game. Space will also advance the snake one step, useful for testing arrows. 55 space, but interacts with the level as in the actual game. Space will advance the snake one step, useful for testing arrows.
56 56
57 Levels can be saved, and uploaded to be shared with other people. Shared levels 57 Levels can be saved, and uploaded to be shared with other people. Shared levels
58 only become available after the levels have been curated by the Mamba team.""") 58 only become available after the levels have been curated by the Mamba team.""")
59 59
60 60