Mercurial > parpg-source
comparison gamescenecontroller.py @ 189:4381be70e1bb tip
Fixed incompatibility with latest changes to bgrease.
author | Beliar <KarstenBock@gmx.net> |
---|---|
date | Sun, 08 Apr 2012 20:30:43 +0200 |
parents | 2a12e2843984 |
children |
comparison
equal
deleted
inserted
replaced
188:2a12e2843984 | 189:4381be70e1bb |
---|---|
71 ControllerBase.__init__(self, | 71 ControllerBase.__init__(self, |
72 engine, | 72 engine, |
73 view, | 73 view, |
74 model, | 74 model, |
75 application) | 75 application) |
76 PARPGWorld.__init__(self) | 76 PARPGWorld.__init__(self, engine) |
77 | 77 |
78 #setup functions for the GameEnvironment | 78 #setup functions for the GameEnvironment |
79 createItemByID = lambda identifier : ( | 79 createItemByID = lambda identifier : ( |
80 self.model.createItemByID( | 80 self.model.createItemByID( |
81 identifier=identifier, | 81 identifier=identifier, |