mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Better position for treasure chest
This commit is contained in:
parent
ef2ccf2bfe
commit
afdd660152
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class DistributedTreasureChest(DistributedObject.DistributedObject):
|
||||||
def __init__(self, cr):
|
def __init__(self, cr):
|
||||||
DistributedObject.DistributedObject.__init__(self, cr)
|
DistributedObject.DistributedObject.__init__(self, cr)
|
||||||
self.cr = cr
|
self.cr = cr
|
||||||
self.createModel(53.5, -152.1, 0.025, -330)
|
self.createModel(45, -165.75, 0.025, 30)
|
||||||
self.initCollisions()
|
self.initCollisions()
|
||||||
|
|
||||||
def destroy(self):
|
def destroy(self):
|
||||||
|
|
Loading…
Reference in a new issue