===================================================================
--- original.js
+++ change.js
@@ -33,9 +33,10 @@
anchorX: 0.5,
anchorY: 0.5
});
self.activate = function () {
- // Power-up activation logic
+ LK.effects.flashScreen(0xff0000, 1000);
+ LK.showGameOver();
};
});
// Vegetable class
var Vegetable = Container.expand(function () {