~thomas-ibbotson/pyspy/trunk

« back to all changes in this revision

Viewing changes to src/pyspy/original/states.py

  • Committer: Thomas Ibbotson
  • Date: 2010-12-19 22:34:47 UTC
  • Revision ID: thomas.ibbotson@gmail.com-20101219223447-essmloyce1wkz8vm
Added basic database.

Currently this is a dictionary backed database, but this is a stepping stone
for moving to a full database in the future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
        self.delay = 1
200
200
        pygame.mouse.set_visible(True)
201
201
        self.init_layout()
202
 
        
203
202
 
204
203
    def update(self):
205
204
        if self.gameScreen.level > 10: