diff skaapsteker/engine.py @ 165:8d45715c587d

Rename ._game_state to game_state for consistency with engine and since everyone and their dog has access to it. :)
author Simon Cross <hodgestar@gmail.com>
date Wed, 06 Apr 2011 00:09:56 +0200
parents aca8b7456c72
children 9d08f99b5ddf
line wrap: on
line diff
--- a/skaapsteker/engine.py	Wed Apr 06 00:01:59 2011 +0200
+++ b/skaapsteker/engine.py	Wed Apr 06 00:09:56 2011 +0200
@@ -49,7 +49,7 @@
 
     def __init__(self, game_state):
         self.widgets = []
-        self._game_state = game_state
+        self.game_state = game_state
 
     def post(self, ev):
         """Post an event to pygame's event loop."""