User prompt
if click is longer than half a second then don't drop present
User prompt
drop present on click
User prompt
If single tap is longer than one second then the present should not be shot.
User prompt
Single tap to drop present
User prompt
Double tap to drop present
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'maxTouchPoints')' in this line: 'if (('ontouchstart' in window) || navigator.maxTouchPoints && navigator.maxTouchPoints > 0) {' Line Number: 272
User prompt
Fix Bug: 'Cannot read properties of undefined (reading 'maxTouchPoints')' in this line: 'if (('ontouchstart' in window) || navigator.maxTouchPoints) {' Line Number: 272
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'maxTouchPoints')' in this line: 'if (('ontouchstart' in window) || navigator.maxTouchPoints) {' Line Number: 272
User prompt
Fix Bug: 'Uncaught TypeError: LK.isMobile is not a function' in this line: 'if (LK.isMobile()) {' Line Number: 272
User prompt
On mobile only drop presents on tap
User prompt
Check if player is touching and dragging santa. While draging santa present should not be shot. Present should be shot on tap
User prompt
Santa should not shoot presents if the player is holding the touch
User prompt
Fix Bug: 'Uncaught TypeError: LK.isMobile is not a function' in this line: 'if (LK.isMobile()) {' Line Number: 274
User prompt
On mobile devices santa should auto shoot presents
User prompt
replace text of presents display by icons
User prompt
Fix Bug: 'Uncaught ReferenceError: presentIconSpacing is not defined' in this line: 'presentIcon.x = presentIconSpacing + 50 + i * (lifeIconSize + lifeIconSpacing);' Line Number: 159
User prompt
start game with 5 presents
User prompt
replace present counter by present icons
User prompt
Fix Bug: 'Uncaught ReferenceError: presentIconSpacing is not defined' in this line: 'presentIcon.x = presentIconSpacing + 50 + i * (lifeIconSize + lifeIconSpacing);' Line Number: 148
User prompt
Fix Bug: 'Uncaught TypeError: Cannot set properties of undefined (setting 'updatePresentIcons')' in this line: 'self.updatePresentIcons = function () {' Line Number: 115
User prompt
replace present counter by icons
User prompt
also increase the speed of the chimneys as the game progresses
User prompt
remove presentdeliveryeffect
User prompt
move pressettopper closer to chimeny
User prompt
presentTopper has to be 1 pixel apart from the chimney
===================================================================
--- original.js
+++ change.js
@@ -219,9 +219,9 @@
LK.setScore(newScore);
scoreTxt.setText(newScore.toString());
var presentTopper = new PresentTopper(chimney.speed);
presentTopper.x = chimney.x;
- presentTopper.y = chimney.y - chimney.height + 1;
+ presentTopper.y = chimney.y - chimney.height / 2;
self.addChild(presentTopper);
self.toppers.push(presentTopper);
}
});
8-bit cloud with lightning. in game asset. white cloude. yellow lighning. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
8 bit x mas pressent. in game asset. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
8-bit. cartoon. santa on sledge. smiling. in game asset. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.