User prompt
ncrease the speed of the hero by 10%
User prompt
Increase the speed of the enemy 10%
User prompt
decrease the speed of the enemy with 30%
User prompt
Increase the speed of the enemy
User prompt
Increase the speed of the enemy 60%
User prompt
increase the speed of the enemy
User prompt
zorg er voor dat ik de bullet niet zo vaak en zo snel achter elkaar kan gebruiken
User prompt
Change bullet cooldown from 60 frames to 800 milliseconds
User prompt
make sure there is 100 milliseconds after shooting a bullet
User prompt
set more time between every bullet
User prompt
Increase the delay after shooting a bullet with 20%
User prompt
Increase the delay after shooting a bullet with 20%
User prompt
set more delay after shoot 1 bullet
User prompt
set cooldown to 20 bullets for 1 second
User prompt
zorg dat ik minder snel achter elkaar een bullet kan gebruiken
User prompt
make sure that the enemy slowly follows the hero
User prompt
remove the bullet after 5 seconds
User prompt
remove the bullet after 15 seconds
User prompt
increase the knockback with 15%
User prompt
decrease the knockback speed with 30%
User prompt
make de knockback speed more
User prompt
laat de hero iets meer veder door zweven
User prompt
zet de fps counter midden boven aan
User prompt
place it in het midden bocven aan
User prompt
make a fps counter
===================================================================
--- original.js
+++ change.js
@@ -36,10 +36,10 @@
}
};
var heroGraphics = self.createAsset('hero', 'Hero character', .5, .5);
self.knockback = function (dx, dy) {
- self.dx = -dx * 96.6;
- self.dy = -dy * 96.6;
+ self.dx = -dx * 106.26;
+ self.dy = -dy * 106.26;
};
});
var Enemy = Container.expand(function () {
var self = Container.call(this);
watergun Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
water ball Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
water health bar Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
fire Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
blue play button Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
explosion smoke Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.