disabled garden drop k

This commit is contained in:
Master Voltage 2015-05-25 14:03:51 -04:00
parent 0d8319be38
commit b8b9891c1e

View file

@ -80,7 +80,6 @@ class DistributedEstate(DistributedObject.DistributedObject):
self.loadFishSellBox()
self.oldClear = base.win.getClearColor()
base.win.setClearColor(Vec4(0.09, 0.55, 0.21, 1.0))
self.startGame()
def unload(self):
self.ignoreAll()
@ -111,7 +110,6 @@ class DistributedEstate(DistributedObject.DistributedObject):
self.fishSellBox.removeNode()
del self.fishSellBox
self.fishSellBox = None
GardenDropGame.GardenDropGame().endGame()
return
def announceGenerate(self):
@ -119,7 +117,7 @@ class DistributedEstate(DistributedObject.DistributedObject):
self.accept('gardenGame', self.startGame)
def startGame(self):
self.game = GardenDropGame.GardenDropGame().playGardenDrop()
self.game = GardenDropGame.GardenDropGame()
def loadAirplane(self):
self.airplane = loader.loadModel('phase_4/models/props/airplane.bam')