mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-12 07:45:41 -05:00
Fix Stage PNG (#241)
* Fix Stage PNG * Add New Stage PNG * Remove Old Stage PNG * Delete backdrop1.png * Rename New Stage PNG * Delete stage.png * Fix Stage Resolution
This commit is contained in:
parent
5871672551
commit
9b07889b3f
2 changed files with 3 additions and 3 deletions
BIN
assets/stage.png
BIN
assets/stage.png
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 3.5 KiB |
|
@ -137,9 +137,9 @@ VirtualMachine.prototype.createEmptyProject = function () {
|
||||||
stage.costumes.push({
|
stage.costumes.push({
|
||||||
skin: '/assets/stage.png',
|
skin: '/assets/stage.png',
|
||||||
name: 'backdrop1',
|
name: 'backdrop1',
|
||||||
bitmapResolution: 1,
|
bitmapResolution: 2,
|
||||||
rotationCenterX: 240,
|
rotationCenterX: 480,
|
||||||
rotationCenterY: 180
|
rotationCenterY: 360
|
||||||
});
|
});
|
||||||
var target2 = stage.createClone();
|
var target2 = stage.createClone();
|
||||||
this.runtime.targets.push(target2);
|
this.runtime.targets.push(target2);
|
||||||
|
|
Loading…
Reference in a new issue