changeset 526:4be447ecf53d

Change name
author Neil Muller <drnlmuller@gmail.com>
date Sun, 18 Sep 2011 01:01:24 +0200
parents d48d106c30b4
children 676e18712c42
files mamba/constants.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/constants.py	Sun Sep 18 01:01:09 2011 +0200
+++ b/mamba/constants.py	Sun Sep 18 01:01:24 2011 +0200
@@ -6,7 +6,7 @@
 TILE_SIZE = (20, 20)
 
 # Miscellaneous constants
-NAME = "Unamed Mamba game"
+NAME = "Mutable Mamba"
 WINDOW_ICON = "icons/program/icon_24.png"
 FPS = 60
 LEVEL_SERVER = "http://ctpug.org.za/mamba/"