From 9b07889b3f042ac1880f0a7ae44a154bf8706f63 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Tue, 4 Oct 2016 20:38:11 -0400 Subject: [PATCH] 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 --- assets/stage.png | Bin 1346 -> 3552 bytes src/index.js | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stage.png b/assets/stage.png index c60861c2bd315d6eaffdb9dfb632abb49e1102d4..b13e9d1f5f77b8f623b272d4520eecc34c0aa797 100644 GIT binary patch literal 3552 zcmeAS@N?(olHy`uVBq!ia0y~yU_QXWz;uCw2`F+wwC^#HVk{1FcVbv~PUa<$!;&U>cv7h@-A}f&3S>O>_%)r2R7=#&*=dVZsnpEoP;uum9_x740BZGke^TJ=|bEAIT zc4W2{pNWlFLR1*ehf3boFyt=akR{0Pf7lyZ`_I literal 1346 zcmeAS@N?(olHy`uVBq!ia0y~yV0-|?85~SN5r)wHmdKI;Vst00K&1Q~&?~ diff --git a/src/index.js b/src/index.js index 321a0f889..fd987f4de 100644 --- a/src/index.js +++ b/src/index.js @@ -137,9 +137,9 @@ VirtualMachine.prototype.createEmptyProject = function () { stage.costumes.push({ skin: '/assets/stage.png', name: 'backdrop1', - bitmapResolution: 1, - rotationCenterX: 240, - rotationCenterY: 180 + bitmapResolution: 2, + rotationCenterX: 480, + rotationCenterY: 360 }); var target2 = stage.createClone(); this.runtime.targets.push(target2);