User prompt
the reindeer should move when it spawns its currently static
User prompt
make the reindeer move in an arc when it spawns
User prompt
make the reindeer spawn closer to the edges of the playspace
User prompt
if the reindeer spawns in the upper right portion of the screen, flip image by 180 if reindeer spawns in the upper left portion of the screen do nothing
User prompt
the reindeer should spawn randomly in the upper portions of the playscreen
User prompt
the reindeer is not spawning where it should
User prompt
make sure the reindeer spawn either in the upper right or upper left corner. it's not working at the moment
User prompt
spawn reinder in either the upper right or upper left corners
User prompt
Fix Bug: 'TypeError: self.parent.respawnMistletoes is not a function' in this line: 'self.parent.respawnMistletoes();' Line Number: 55
User prompt
Fix Bug: 'TypeError: self.parent.respawnMistletoe is not a function' in this line: 'self.parent.respawnMistletoe(self);' Line Number: 55
User prompt
when reindeer has been destroyed, respawn reindeer again within 8 to 15 seconds
User prompt
additionally, when reindeer has been clicked, destroy reindeer
User prompt
Fix Bug: 'Timeout.tick error: Cannot read properties of undefined (reading 'addChild')' in this line: 'self.parent.addChild(newReindeer);' Line Number: 10
User prompt
when reindeer is left clicked, destroy reindeer and respawn it again in 8 to 15 seconds
User prompt
when reindeer has been clicked, spawn text on top of him that says "Great!" in bold white for 1 second
User prompt
Fix Bug: 'ReferenceError: reindeer is not defined' in this line: 'this.showGreatText(reindeer.x, reindeer.y, 'Great!');' Line Number: 217
User prompt
when reindeer is left clicked, similar to the "Nice!" text, make it say "Great!"
User prompt
spawn reindeer 12 seconds after the score is instantiated
User prompt
reindeer gives 25 points, reindeer cannot spawn until the score has spawned
User prompt
where is reindeer? I can't see it
User prompt
create var reindeer, when reindeer is left clicked score +30
User prompt
Fix Bug: 'ReferenceError: Mistletoe is not defined' in this line: 'if (child instanceof Snowflake) {' Line Number: 259
User prompt
Fix Bug: 'ReferenceError: Mistletoe is not defined' in this line: 'if (child instanceof Snowflake) {' Line Number: 259
User prompt
inspire yourself from mistletoe to create a new game object called reindeer
User prompt
Fix Bug: 'ReferenceError: Mistletoe is not defined' in this line: 'if (child instanceof Snowflake) {' Line Number: 264
===================================================================
--- original.js
+++ change.js
@@ -161,10 +161,10 @@
self.scoreText.setText(self.score.toString());
LK.setScore(self.score);
var reindeer = new Reindeer();
var spawnUpperRight = Math.random() < 0.5;
- reindeer.x = spawnUpperRight ? 2048 - reindeer.width / 2 : reindeer.width / 2;
- reindeer.y = reindeer.height / 2;
+ reindeer.x = spawnUpperRight ? 2048 - reindeer.width / 2 : 0;
+ reindeer.y = 0;
self.addChild(reindeer);
};
}
}, fadeOutDuration * fadeOutStep);
over the shoulder santa firing a revolver Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d transparent christmas crosshair Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d 3rd person front view of a christmas town square with a starry sky Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Christmas sparkles png Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
circular christmas golden star pattern transparent png Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d christmas brick wall Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d opened christmas crate Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d diagonal christmas car or truck in snow Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a christmas poster showcasing miss santa clause Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a single white snowflake Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d stacked christmas winter tire Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d stacked christmas winter tire Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d christmas magical mistletoe Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d christmas 357 Magnum bullets Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d silhouette of a flying reindeer with a red glowy nose Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d christmas dark sparkles Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
2d christmas evil robot elf with a gun 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.
2d pile of gray and red nuts and bolts Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
transparent snow sphere. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
snd_pistol
Sound effect
snd_enemyshot
Sound effect
snd_obstacle
Sound effect
snd_messages
Sound effect
snd_ricochet
Sound effect
snd_reindeer
Sound effect
snd_mistletoe
Sound effect
snd_reindeershot
Sound effect
snd_mistletoeshot
Sound effect
snd_christmasmusic
Music
snd_reload
Sound effect
snd_blastwave
Sound effect