User prompt
Remove all code regarding customer order
User prompt
Level fail when ingredients fall to the bottom of screen. Game Over text appears
User prompt
Implement suggestions above
User prompt
Create speech bubble
User prompt
Move the customer don't to the bottom of the screen
User prompt
Remove Hello text
User prompt
Move customer 300 pixels down
User prompt
Add point tally to bottom right of screen
User prompt
Create white box around point talley. Change text color to orange
User prompt
Fix Bug: 'TypeError: undefined is not a constructor (evaluating 'new Graphics()')' in this line: 'var scoreBox = new Graphics();' Line Number: 52
User prompt
Move speech bubble up 30 pixels
User prompt
Very the speeds of the ingredients dropping
User prompt
Show point tally at bottom right of screen
User prompt
Please scorebox at the bottom right of screen
User prompt
Ensure that score box and point numbers are on the top layer of graphics
User prompt
Create boundary at edge of screen
User prompt
Rewrite point tally code
User prompt
increase speed of ingredient drop by 5
===================================================================
--- original.js
+++ change.js
@@ -32,9 +32,9 @@
});
var Ingredient = Container.expand(function (id) {
var self = Container.call(this);
self.id = id;
- self.speed = Math.random() * 10 + 1;
+ self.speed = Math.random() * 10 + 6;
var ingredientGraphics = self.createAsset('ingredient' + id, 'Ingredient', .5, .5);
self.move = function () {
self.y += self.speed;
if (self.y > 2732) {
Fruit jelly boba pearls, no cup Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
pile of Fruit jelly boba pearls, no cup Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
kawaii harajuku customer, mask, Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
fruit shiny anime, no face Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
boba pearls, pile, no cup, shiny anime Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
red bean, shiny anime, pile no cup Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
shiny plastic cup, no lid, anime, empty Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
whipped milk foam, creamy fluff, anime, Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
flan pudding, shiny, anime Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
anime angry lines, red cross Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
boba tea shop logo, kawaii anime, circular logo Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Tea shop interior, anime cafe Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Speech bubble 💬, "don't drop!" Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
UI point box, white square Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.