Spaces:
Running
Running
File size: 850 Bytes
6bcb42f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
const projectData = () => ({
targets: [
{
isStage: true,
name: 'Stage',
variables: {},
lists: {},
broadcasts: {},
blocks: {},
comments: {},
currentCostume: 0,
costumes: [{
assetId: 'c17163c6954e9422ac2405de4c9d68c8',
name: '',
bitmapResolution: 1,
md5ext: 'c17163c6954e9422ac2405de4c9d68c8.svg',
dataFormat: 'svg',
rotationCenterX: 207,
rotationCenterY: 16
}],
sounds: [],
volume: 100,
layerOrder: 0
}
],
monitors: [],
extensions: [],
meta: {
semver: '3.0.0',
vm: '0.2.0',
agent: ''
}
});
export default projectData;
|