===================================================================
--- original.js
+++ change.js
@@ -34,9 +34,9 @@
var wallGraphics = self.attachAsset('wall', {
anchorX: 0.5,
anchorY: 0.5
});
- self.speed = -3;
+ self.speed = -6;
self.update = function () {
self.x += self.speed;
if (self.x < -wallGraphics.width / 2) {
self.destroy();