diff 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
line wrap: on
line diff
--- a/mamba/habitats/editor.py	Wed Sep 21 14:16:58 2011 +0200
+++ b/mamba/habitats/editor.py	Wed Sep 21 14:19:45 2011 +0200
@@ -51,8 +51,8 @@
 without spaces, and then additional parameters that depend on the type of sprite, usually the id of another sprite.
 Sprites can be added, edited and deleted.  Look at existing maps to see how the parameters can be used.
 
-Test mode allows you to test the level without any clock running. The snake is moved purely using the cursor keys, but
-interacts with the level as in the actual game. Space will also advance the snake one step, useful for testing arrows.
+Test mode allows you to test the level without any clock running. The snake is moved using the cursor keys, or by pressing
+space, but interacts with the level as in the actual game. Space will advance the snake one step, useful for testing arrows.
 
 Levels can be saved, and uploaded to be shared with other people. Shared levels
 only become available after the levels have been curated by the Mamba team.""")