User prompt
increase gravity by 15%
User prompt
Rotate arrow asset by a constant -105 degrees
User prompt
Rotate arrow asset by a constant -100 degrees
User prompt
Rotate arrow asset by a constant -120 degrees
User prompt
increase gravity effect by 15%
User prompt
decrease gravity effect by 10%
User prompt
increase gravity effect
User prompt
rotate arrow asset by a constant -115 degrees
User prompt
rotate arrow by -115 degrees
User prompt
increase speed of arrow
User prompt
decrease gravity effect
User prompt
make arrow increase y velocity over time when released
User prompt
add horizontal gravity to arrow when released
User prompt
add vertical gravity to arrow when released
User prompt
after arrow is release, add 100 * delta to the y velocity every frame update
User prompt
when arrow if fired, increase the y velocity like gravity over time
User prompt
add gravity to y axis not x axis
User prompt
add gravity on y axis pulling the arrow down over time once released
User prompt
add gravity pulling the arrow down over time once released
User prompt
increase more
User prompt
when arrow has been released, increase the y velocity
User prompt
make y position of arrow increase over time
User prompt
make y of arrow increase over time
User prompt
gravity should go down not to the left
User prompt
make the arrow fall over time
===================================================================
--- original.js
+++ change.js
@@ -4,9 +4,9 @@
});
var Arrow = Container.expand(function () {
var self = Container.call(this);
var arrowGraphics = self.createAsset('arrow', 'Arrow Graphics', .5, .5);
- arrowGraphics.rotation = -115 * (Math.PI / 180);
+ arrowGraphics.rotation = -120 * (Math.PI / 180);
self.speed = 30;
self.gravity = 0.2 * 1.15;
self.velocityY = 0;
self.move = function () {
a green field background
a target roundel viewed from the side
plain gold star, no outline Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a cartoon archers bow viewed from the side Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
a long cartoon arrow with gold shaft and steel point Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.