mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 08:47:54 +00:00
disabled garden drop k
This commit is contained in:
parent
0d8319be38
commit
b8b9891c1e
1 changed files with 1 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue