mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 19:52:37 -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):
|
||||
DistributedObject.__init__(self, cr)
|
||||
self.cr = cr
|
||||
self.createModel(45, -165.75, 0.025, 200)
|
||||
self.createModel(45, -165.75, 0.025, 30)
|
||||
self.initCollisions()
|
||||
|
||||
def delete(self):
|
||||
|
|
Loading…
Reference in a new issue