mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 20:22:33 -06:00
parent
e845fea8fa
commit
989f3f89ef
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class DistributedTreasureChest(DistributedObject):
|
||||||
def __init__(self, cr):
|
def __init__(self, cr):
|
||||||
DistributedObject.__init__(self, cr)
|
DistributedObject.__init__(self, cr)
|
||||||
self.cr = cr
|
self.cr = cr
|
||||||
self.createModel(45, -165.75, 0.025, 200)
|
self.createModel(45, -165.75, 0.025, 30)
|
||||||
self.initCollisions()
|
self.initCollisions()
|
||||||
|
|
||||||
def delete(self):
|
def delete(self):
|
||||||
|
|
Loading…
Reference in a new issue