Code edit (3 edits merged)
Please save this source code
User prompt
in the CrossWeapon's launch function, create additional projectiles based on the hero's "Extra" major boon. These additional projectiles should have their angle uniformally distributed in a radius around the hero
Code edit (3 edits merged)
Please save this source code
User prompt
make the screen flash red when a basicenemy deals damage to the hero
Code edit (4 edits merged)
Please save this source code
User prompt
Fix Bug: 'ReferenceError: updateButton is not defined' in this line: 'updateButton.visible = bool;' Line Number: 595
Code edit (1 edits merged)
Please save this source code
Code edit (1 edits merged)
Please save this source code
Code edit (1 edits merged)
Please save this source code
Code edit (6 edits merged)
Please save this source code
User prompt
Fix Bug: 'TypeError: availableBoonsTxt.anchor is undefined' in this line: 'availableBoonsTxt.anchor.set(.5, .5);' Line Number: 389
Code edit (1 edits merged)
Please save this source code
Code edit (5 edits merged)
Please save this source code
User prompt
Fix Bug: 'ReferenceError: setting is not defined' in this line: 'if (setting.anchor) {' Line Number: 55
Code edit (2 edits merged)
Please save this source code
User prompt
Fix Bug: 'ReferenceError: setting is not defined' in this line: 'text.anchor.set(settings.anchor.x, setting.anchor.y);' Line Number: 51
Code edit (4 edits merged)
Please save this source code
User prompt
Fix Bug: 'TypeError: countdownTxt.anchor is undefined' in this line: 'countdownTxt.anchor.set(.5, 0);' Line Number: 18
Code edit (1 edits merged)
Please save this source code
Code edit (1 edits merged)
Please save this source code
User prompt
Fix Bug: 'ReferenceError: countdown is not defined' in this line: 'LK.gui.topCenter.addChild(countdown);' Line Number: 377
Code edit (19 edits merged)
Please save this source code
User prompt
Fix Bug: 'TypeError: this.children is undefined' in this line: 'LK.gui.topCenter.addChild(countdown);' Line Number: 377
User prompt
Fix Bug: 'TypeError: this.children is undefined' in this line: 'LK.gui.topCenter.addChild(countdown);' Line Number: 377
Code edit (1 edits merged)
Please save this source code
===================================================================
--- original.js
+++ change.js
@@ -331,9 +331,9 @@
'Rearm': 0
};
self.majorBoonLevels = {
'Split': 0,
- 'Extra': 0
+ 'Extra': 1
};
self.shootPos = {
x,
y
pixel art cross with blue accents Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
pixel art of a white orb. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
pixel art of a white orb with a halo. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
pixel art of a pulsating white heart with a halo. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
pixel art of a dark goo projectile with red highlights. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
pixel art tall blue fireball. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
pixel art of an evil fantasy sword facing downward. Minor red details. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
backgroundAmbient
Sound effect
heroHealed
Sound effect
pickupExperience
Sound effect
heroLeveled
Sound effect
weaponCrossImpact
Sound effect
heroImpact
Sound effect
enemyDeath
Sound effect
pickupWeapon
Sound effect
pickupCrucifix
Sound effect
weaponCrossLaunch
Sound effect
heroDeath
Sound effect
enemyRoar
Sound effect
clockChime
Sound effect