===================================================================
--- original.js
+++ change.js
@@ -9,15 +9,9 @@
anchorX: 0.5,
anchorY: 0.5
});
self.distanceTravelled = 0;
- self.update = function () {
- if (self.distanceTravelled < 5000) {
- self.distanceTravelled += 5;
- } else {
- LK.showGameOver();
- }
- };
+ self.update = function () {};
});
/****
* Initialize Game