Load md5 information from sounds

This commit is contained in:
morant 2017-02-09 10:44:28 -05:00
parent ed978e3062
commit 19275799df

View file

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