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
@@ -8,9 +8,9 @@
});
var Target = Container.expand(function () {
var self = Container.call(this);
var targetGraphics = self.createAsset('target', 'Target Graphics', .5, .5);
- targetGraphics.scale.y = -1;
+ targetGraphics.scale.x = -1;
});
var Game = Container.expand(function () {
var self = Container.call(this);
var arrows = [];
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.