Poodletooth-iLand/toontown/safezone/MMSafeZoneLoader.py
John 35b646c4e6 Revert "Spring cleaning"
This reverts commit 1e4bad8c6b.
2015-06-16 20:26:44 +03:00

12 lines
No EOL
602 B
Python
Executable file

from toontown.safezone import MMPlayground
from toontown.safezone import SafeZoneLoader
class MMSafeZoneLoader(SafeZoneLoader.SafeZoneLoader):
def __init__(self, hood, parentFSM, doneEvent):
SafeZoneLoader.SafeZoneLoader.__init__(self, hood, parentFSM, doneEvent)
self.playgroundClass = MMPlayground.MMPlayground
self.musicFile = 'phase_6/audio/bgm/MM_nbrhood.ogg'
self.activityMusicFile = 'phase_6/audio/bgm/MM_SZ_activity.ogg'
self.dnaFile = 'phase_6/dna/minnies_melody_land_sz.pdna'
self.safeZoneStorageDNAFile = 'phase_6/dna/storage_MM_sz.pdna'