User prompt
delete graysquare after .50 seconds
User prompt
Change the vertical offset of the GraySquare by +50 pixels
User prompt
Change the vertical offset of the GraySquare by +50 pixels
User prompt
Change the vertical offset of the GraySquare by -30 pixels
User prompt
Change the vertical offset of the GraySquare by 10 pixels
User prompt
spawn graysquare with an vertical offset of 10 pixels
User prompt
triple the size of graysquare
User prompt
delete graysquare after 1 second
User prompt
when left click create a graysquare above the projectile spawned
User prompt
1.50x santa movement speed
User prompt
reduce santa movement speed
User prompt
when santa is outside of the playspace respawn santa
User prompt
when santa leaves the screen respawn it
User prompt
move all text down 50 pixels
User prompt
move all text down 20 pixels
User prompt
move all text down 8 pixels
User prompt
quadruple the GreenPowerup offset
User prompt
when santa is stuck on the edge of the screen respawn santa
User prompt
double the bloodsplatter
User prompt
1.25x the bloodsplatter
User prompt
double the bloodsplitter size
User prompt
Fix Bug: 'TypeError: Cannot read properties of undefined (reading 'addChild')' in this line: 'LK.gui.topLayer.addChild(splatter);' Line Number: 174
User prompt
Fix Bug: 'TypeError: Cannot read properties of undefined (reading 'addChild')' in this line: 'LK.gui.topLayer.addChild(smoke);' Line Number: 150
User prompt
when santa fires a projectile instantiate a new object called smoke on the projectile for one second before deleting itself make sure its on the top layer
User prompt
make sure the particle are above everything
===================================================================
--- original.js
+++ change.js
@@ -143,9 +143,9 @@
graySquare.y = bullet.y;
self.addChild(graySquare);
LK.setTimeout(function () {
graySquare.destroy();
- }, 1000);
+ }, 500);
bullets.push(bullet);
self.addChild(bullet);
bullet.move();
remainingBulletsTxt.setText('Bullets: ' + (4 - bullets.length).toString());
a top view of a 16 bit sprite santa with a bazooka Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
16 bit sprite of a christmas ornament Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
16 bit sprite of a red eyed christmas elf Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
16 bit sprite of a blood splatter Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
16 bit sprite of a red eye reindeer Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
16 bit sprite of a red eye mother christmas Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
16 bit top view background of a christmas field set in hell Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
16 bit smoke Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
16 bit wall of skulls with red eyes Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
"Death Is Inevitable" Text Bubble Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
16 bit CHRISTMAS bomb power up icon. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.