User prompt
enemy should spawn further away from the boundary
User prompt
Make Santa bounce a little bit later by adjusting the boundary check
User prompt
Make Santa bounce a little bit earlier by adjusting the boundary check
User prompt
when santa outside of boundary, reset santa in the initial position
User prompt
Flip Santa asset vertically when left clicking
User prompt
Flip Santa asset horizontally when left clicking
User prompt
Flip Santa asset vertically when changing direction
User prompt
Flip Santa visual vertically when left clicking
User prompt
when projectile collides with specialobject, destroy projectile
User prompt
make santa bounce a little bit earlier
User prompt
projectile shoot in an arc
User prompt
projectile shoot in a vertical arc
User prompt
make the projectile shoot in an arc
User prompt
Flip Santa visual vertically when changing direction
User prompt
Flip Santa horizontally when changing direction
User prompt
flip santa horizontally instead of vertically
User prompt
when santa changes direction, flip santa vertically
User prompt
on left click including the already available stuff, make sure santa flips vertically
User prompt
on left click flip santa vertically
User prompt
on left click flip santa horizontally 180 degrees
User prompt
on left click, flip santa
User prompt
the screen effect is gray
User prompt
all text is now orange
User prompt
all text is now black
User prompt
specialobject creates itself if the score is equal or higher than 13
===================================================================
--- original.js
+++ change.js
@@ -47,11 +47,11 @@
self.speed = 15;
self.move = function () {
if (self.x >= 2048 - this.width / 2 || self.x <= this.width / 2) {
self.direction *= -1;
- self.scale.x *= -1;
}
- self.x += self.speed * self.direction;
+ self.scale.x = self.direction;
+ self.x += self.speed * Math.abs(self.direction);
};
self.fire = function () {
this.direction *= -1;
};
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.