mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-29 15:50:22 -04:00
Read sprite costume names from JSON, and write currentCostume to JSON
This commit is contained in:
parent
6b545ea16d
commit
ed978e3062
2 changed files with 2 additions and 1 deletions
src/serialization
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue