include md5 in sprite sound object

This commit is contained in:
Eric Rosenbaum 2017-01-30 10:43:28 -05:00
parent 4022703537
commit d5e0d433aa

View file

@ -61,7 +61,8 @@ var parseScratchObject = function (object, runtime, topLevel) {
rate: sound.rate,
sampleCount: sound.sampleCount,
soundID: sound.soundID,
name: sound.soundName
name: sound.soundName,
md5: sound.md5
});
}
}