===================================================================
--- original.js
+++ change.js
@@ -17,22 +17,8 @@
self.destroy();
}
};
});
-var Snowflake = Container.expand(function () {
- var self = Container.call(this);
- var flakeGraphics = self.createAsset('snowflake', 'Snowflake Graphics', 0.5, 0.5);
- self.scale.set(Math.random() * 0.7 + 0.3);
- self.x = Math.random() * 2048;
- self.y = -flakeGraphics.height;
- self.speed = Math.random() * 2 + 1;
- self.move = function () {
- self.y += self.speed;
- if (self.y > 2732 + flakeGraphics.height) {
- self.destroy();
- }
- };
-});
var Tile = Container.expand(function (value) {
var self = Container.call(this);
self.alpha = 0;
var fadeIn = function () {
@@ -458,18 +444,7 @@
}
}
LK.showGameOver();
}
- if (LK.ticks % 30 == 0) {
- var snowflake = new Snowflake();
- snowflakes.push(snowflake);
- self.addChild(snowflake);
- }
- snowflakes.forEach(function (flake) {
- flake.move();
- });
- snowflakes = snowflakes.filter(function (flake) {
- return !flake.isDestroyed;
- });
}
});
});
White square with round corners, flat, flat shaded, industrial design. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows. up arrow key Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows. down arrow keys in same style as Id arrowUp Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Snow ball. Single Game Texture. In-Game asset.Blank background. High contrast. No shadows. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
blue background Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
black background Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
black background without anything Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.