===================================================================
--- original.js
+++ change.js
@@ -8,9 +8,9 @@
anchorX: 0.5,
anchorY: 0.5
});
self.update = function () {
- self.x -= 3;
+ self.x -= 5;
if (self.x < -coinGraphics.width / 2) {
self.destroy();
}
};
@@ -50,9 +50,9 @@
anchorX: 0.5,
anchorY: 0.5
});
self.update = function () {
- self.x -= 5;
+ self.x -= 7;
if (self.x < -obstacleGraphics.width / 2) {
self.destroy();
}
};