User prompt
rotate arrow 110 degrees
User prompt
rotate arrow -90 degrees
User prompt
rotate -20 degress
User prompt
rotate arrow -100 degrees
User prompt
fire the arrow from the left of the screen so it goes left to right not the bottom
User prompt
flip target on x axis
User prompt
flip the target on the y axis
Initial prompt
Arrow Master
===================================================================
--- original.js
+++ change.js
@@ -1,8 +1,8 @@
var Arrow = Container.expand(function () {
var self = Container.call(this);
var arrowGraphics = self.createAsset('arrow', 'Arrow Graphics', .5, .5);
- arrowGraphics.rotation = -20 * (Math.PI / 180);
+ arrowGraphics.rotation = -90 * (Math.PI / 180);
self.speed = 10;
self.move = function () {
self.x += self.speed;
};
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.