Changeset 254 for trunk/game
- Timestamp:
- 08/18/09 17:29:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/game/run.py
r222 r254 137 137 self.listener = ApplicationListener(self.engine,self.world,self.model) 138 138 self.world.quitFunction = self.listener.quitGame 139 self.model.loadMap( str(TDS.readSetting("MapFile")))139 self.model.loadMap("main_map", str(TDS.readSetting("MapFile"))) 140 140 pychan.init(self.engine, debug = True) 141 141
Note: See TracChangeset
for help on using the changeset viewer.