Remix started
Copy Flip & Flap
User prompt
Add Cartoons Forest Background
User prompt
Add background asset to the game.
User prompt
Make the background full screen.
User prompt
Overlay the obstacle asset
User prompt
Make the background full screen.
User prompt
Put a nature design font on the score
User prompt
Change the score font to green and the shadow to yellow green
===================================================================
--- original.js
+++ change.js
@@ -73,9 +73,11 @@
var background = game.addChild(LK.getAsset('background', {
anchorX: 0.5,
anchorY: 0.5,
x: 1024,
- y: 1366
+ y: 1366,
+ width: 2048,
+ height: 2732
}));
game.score = 0;
game.obstacleSpeed = 5;
game.obstacleSpeedIncrease = 0.005;