minigame: Remove wide Jungle Vines background
This commit is contained in:
parent
48ecb68df5
commit
3cac0b0018
1 changed files with 4 additions and 0 deletions
|
@ -140,7 +140,11 @@ class DistributedVineGame(DistributedMinigame):
|
|||
del self.music
|
||||
self.gameAssets.removeNode()
|
||||
self.gameBoard.removeNode()
|
||||
self.gameBoardL.removeNode()
|
||||
self.gameBoardR.removeNode()
|
||||
del self.gameBoard
|
||||
del self.gameBoardL
|
||||
del self.gameBoardR
|
||||
self.treasureModel.removeNode()
|
||||
del self.treasureModel
|
||||
for vine in self.vines:
|
||||
|
|
Loading…
Reference in a new issue