|
@@ -70,7 +70,7 @@ class Loader:
|
|
|
|
|
|
|
|
# sound loading funcs
|
|
# sound loading funcs
|
|
|
def loadSound(self, soundPath):
|
|
def loadSound(self, soundPath):
|
|
|
- """loadSample(self, string)
|
|
|
|
|
|
|
+ """loadSound(self, string)
|
|
|
Attempt to load a sound from the given file path using
|
|
Attempt to load a sound from the given file path using
|
|
|
Cary's sound class. Returns None if not found"""
|
|
Cary's sound class. Returns None if not found"""
|
|
|
Loader.notify.info("Loading sound: %s" % (soundPath) )
|
|
Loader.notify.info("Loading sound: %s" % (soundPath) )
|