# HG changeset patch # User Neil Muller # Date 1353497881 -7200 # Node ID c01e1e329b470af55e81ebcd4a8795b9180e80be # Parent 84616c7db2e790a1b77ee4c2a1a28e5cdae342f2 Add a sentence to help. Tweak help display diff -r 84616c7db2e7 -r c01e1e329b47 data/editor_help.txt --- a/data/editor_help.txt Tue Nov 20 23:37:46 2012 +0200 +++ b/data/editor_help.txt Wed Nov 21 13:38:01 2012 +0200 @@ -20,5 +20,5 @@ space, but interacts with the level as in the actual game. Space will advance the snake one step, useful for testing arrows. Replays can be stored of progress on a run to date, which is useful for debugging levels. -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. +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. Be careful when choosing the file name to avoid overwriting any previously saved levels. diff -r 84616c7db2e7 -r c01e1e329b47 mamba/habitats/editor.py --- a/mamba/habitats/editor.py Tue Nov 20 23:37:46 2012 +0200 +++ b/mamba/habitats/editor.py Wed Nov 21 13:38:01 2012 +0200 @@ -289,7 +289,7 @@ return True def show_help(self, ev, widget): - message = MessageBox((20, 20), self.help_msg, color="black", + message = MessageBox((5, 5), self.help_msg, color="black", fontsize=12) self.display_dialog(message) return True