8 lines
333 B
Python
8 lines
333 B
Python
import DistributedSZTreasure
|
|
|
|
class DistributedDLTreasure(DistributedSZTreasure.DistributedSZTreasure):
|
|
|
|
def __init__(self, cr):
|
|
DistributedSZTreasure.DistributedSZTreasure.__init__(self, cr)
|
|
self.modelPath = 'phase_8/models/props/zzz_treasure'
|
|
self.grabSoundPath = 'phase_4/audio/sfx/SZ_DD_treasure.mp3'
|