# HG changeset patch # User Neil Muller # Date 1316300484 -7200 # Node ID 4be447ecf53dfd56328ba070d6692f1844af6126 # Parent d48d106c30b405eaabe74f19bc4a3cb87c455cc3 Change name diff -r d48d106c30b4 -r 4be447ecf53d mamba/constants.py --- 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/"