Read sprite costume names from JSON, and write currentCostume to JSON

This commit is contained in:
morant 2017-02-07 20:12:55 -05:00
parent 6b545ea16d
commit ed978e3062
2 changed files with 2 additions and 1 deletions
src/serialization

View file

@ -70,7 +70,7 @@ var parseScratchObject = function (object, runtime) {
// @todo: Make sure all the relevant metadata is being pulled out.
sprite.costumes.push({
skin: costume.skin,
name: costume.costumeName,
name: costume.name,
bitmapResolution: costume.bitmapResolution,
rotationCenterX: costume.rotationCenterX,
rotationCenterY: costume.rotationCenterY