mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +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.loadFishSellBox()
|
||||||
self.oldClear = base.win.getClearColor()
|
self.oldClear = base.win.getClearColor()
|
||||||
base.win.setClearColor(Vec4(0.09, 0.55, 0.21, 1.0))
|
base.win.setClearColor(Vec4(0.09, 0.55, 0.21, 1.0))
|
||||||
self.startGame()
|
|
||||||
|
|
||||||
def unload(self):
|
def unload(self):
|
||||||
self.ignoreAll()
|
self.ignoreAll()
|
||||||
|
@ -111,7 +110,6 @@ class DistributedEstate(DistributedObject.DistributedObject):
|
||||||
self.fishSellBox.removeNode()
|
self.fishSellBox.removeNode()
|
||||||
del self.fishSellBox
|
del self.fishSellBox
|
||||||
self.fishSellBox = None
|
self.fishSellBox = None
|
||||||
GardenDropGame.GardenDropGame().endGame()
|
|
||||||
return
|
return
|
||||||
|
|
||||||
def announceGenerate(self):
|
def announceGenerate(self):
|
||||||
|
@ -119,7 +117,7 @@ class DistributedEstate(DistributedObject.DistributedObject):
|
||||||
self.accept('gardenGame', self.startGame)
|
self.accept('gardenGame', self.startGame)
|
||||||
|
|
||||||
def startGame(self):
|
def startGame(self):
|
||||||
self.game = GardenDropGame.GardenDropGame().playGardenDrop()
|
self.game = GardenDropGame.GardenDropGame()
|
||||||
|
|
||||||
def loadAirplane(self):
|
def loadAirplane(self):
|
||||||
self.airplane = loader.loadModel('phase_4/models/props/airplane.bam')
|
self.airplane = loader.loadModel('phase_4/models/props/airplane.bam')
|
||||||
|
|
Loading…
Reference in a new issue