From: Neil Date: Thu, 18 Apr 2013 22:17:09 +0000 (+0200) Subject: Rename things to the final game name X-Git-Url: https://git.ctpug.org.za/?p=erdslangetjie.git;a=commitdiff_plain;h=09cc49987329917f627fc89a33f89fedeb0f4b8c Rename things to the final game name --- diff --git a/README.txt b/README.txt index ff5f9ca..748cea2 100644 --- a/README.txt +++ b/README.txt @@ -1,11 +1,11 @@ -Peter's Thread Snake -===================== +Bane's Befuddlement +=================== Entry in PyWeek #16 URL: http://www.pyweek.org/e/erdslangetjie Team: erdslangetjie Members: Neil Muller (drnlm) -License: see LICENSE.txt +License: ICS - see LICENSE.txt Requirements @@ -33,7 +33,7 @@ This time, you were prepared. Your trusty servant, Igor, has laid out a cunning maze leading to a secret underwater submarine that will allow you to flee without being caught. -Of course, it would have been better if Igore had managed to get the map to you +Of course, it would have been better if Igor had managed to get the map to you before things got compilcated, but the lack of a map is but a minor setback. diff --git a/android.txt b/android.txt index d911c4c..e0cd6a4 100644 --- a/android.txt +++ b/android.txt @@ -1,4 +1,4 @@ -title=Peter's Thread Snake +title=Bane's Befuddlement author=Neil Muller api=1 orientation=landscape diff --git a/data/screens/intro_screen.png b/data/screens/intro_screen.png index 3c30d7b..6a47871 100644 Binary files a/data/screens/intro_screen.png and b/data/screens/intro_screen.png differ diff --git a/erdslangetjie/__main__.py b/erdslangetjie/__main__.py index 935d212..93b39f5 100644 --- a/erdslangetjie/__main__.py +++ b/erdslangetjie/__main__.py @@ -336,7 +336,7 @@ class LostScreen(Screen): class GameApp(App): - title = "Peter's thread snake" + title = "Bane's Befuddlement" def __init__(self): super(GameApp, self).__init__() diff --git a/erdslangetjie/editor/editor.py b/erdslangetjie/editor/editor.py index 59af026..3a6b4ec 100644 --- a/erdslangetjie/editor/editor.py +++ b/erdslangetjie/editor/editor.py @@ -155,6 +155,8 @@ class EditorWindow(FloatLayout): class EditorApp(App): + title = "Bane's Befuddlement Level Editor" + def __init__(self, level): self.level = level super(EditorApp, self).__init__() diff --git a/sources/intro_screen.xcf b/sources/intro_screen.xcf index 641aae9..96acf02 100644 Binary files a/sources/intro_screen.xcf and b/sources/intro_screen.xcf differ