User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'to')' in or related to this line: 'tween(explosion).to({' Line Number: 167 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Please fix the bug: 'ReferenceError: tween is not defined' in or related to this line: 'tween(explosion).to({' Line Number: 162 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
make bazooka that can shoot by clicking the bazooka and the bullet go toward the enemy an make range attack
User prompt
make a sound when heal and take ammo
User prompt
in endless nightmare, do not let the boss appear
User prompt
at 06:00 make the boss appear, and after the boss defeated, game over, btw the boss health will be 100000 and show it when boss fight start
User prompt
make a sound when shooting
User prompt
make a music for menu
User prompt
add a music to in game
User prompt
not fast enough
User prompt
make the enemy faster
User prompt
let the bullets go toward the enemy and let enemy down in one hit
User prompt
Please fix the bug: 'TypeError: Cannot set properties of undefined (setting 'fill')' in or related to this line: 'healthText.style.fill = player.health > 30 ? 0x00ff00 : 0xff0000;' Line Number: 644
User prompt
create a function of each mode by your own
User prompt
make a choosing mode screen after pressing the start button
User prompt
make a menu screen
Code edit (1 edits merged)
Please save this source code
User prompt
remove all codes and assets
User prompt
remove the pickup
User prompt
Please fix the bug: 'TypeError: player.getBounds(...).intersects is not a function' in or related to this line: 'if (player.getBounds().intersects(pickup.getBounds())) {' Line Number: 653
Code edit (1 edits merged)
Please save this source code
User prompt
Night of the Massacre 3: Blood Moon Rising
Initial prompt
the 3rd game of my game series called the night of the massacre
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0xff0000 });
===================================================================
--- original.js
+++ change.js
@@ -1,6 +1,6 @@
/****
* Initialize Game
****/
var game = new LK.Game({
- backgroundColor: 0x000000
+ backgroundColor: 0xff0000
});
\ No newline at end of file