User prompt
Implement this feature. Clicking on the settings button when the settings gui is open will close the settings gui.
User prompt
Add a left to right animation to the settings gui
User prompt
Forward the development on animations for the GUI in the game.
User prompt
Forward the development on animations for the GUI in the game.
User prompt
Forward the development on animations for the game.
User prompt
Add a opening animation to the settings gui when it is opened
User prompt
Add a closing animation to the settings gui when it is closed.
User prompt
Make it so you cannot collect any score for the first .1 seconds of the game starting
User prompt
Fix Bug: 'TypeError: Ball.addNew is not a function' in this line: 'Ball.addNew();' Line Number: 560
User prompt
Forward the development of the game while using all sources.
User prompt
increase the spawnrate of the timer to 50%
User prompt
Forward the development of the game while using all sources.
User prompt
Forward the development of the game.
User prompt
Put the particles a layer below the falling items.
User prompt
Improve the performance of the game while keeping all features. Do not add any assets. Only use available assets.
User prompt
Top of the settings gui, not the middle.
User prompt
Make sure the easy button is at the top of the settings gui with 70 pixels of padding. Make sure each settings button is below vertically and is 20 pixels below each one.
User prompt
Make sure the easy button is at the top of the settings gui with 20 pixels of padding. Make sure each settings button is below vertically and is 20 pixels below each one.
User prompt
Put the settings buttons to the top of the settings gui with 20 pixels of padding
User prompt
Make sure the buttons are still vertical in and 10 pixels apart in the settings gui.
User prompt
Align the settings buttons of the settings gui with 270 pixels of padding.
User prompt
Please align the settings buttons to the left of the settings gui with 10 pixels of padding.
User prompt
Remove the sound toggle button
User prompt
Move the settings buttons to the left side of the settings gui with 10 pixels of padding.
User prompt
Keep the buttons, but remove the functionality of them being difficulty changers. Remove comments about changing difficulty.
===================================================================
--- original.js
+++ change.js
@@ -29,13 +29,13 @@
var normalButton = self.createAsset('normalButton', 'Normal Difficulty', 0.5, 0.5);
var hardButton = self.createAsset('hardButton', 'Hard Difficulty', 0.5, 0.5);
var buttonPadding = 270;
easyButton.x = -background.width / 2 + buttonPadding;
- normalButton.x = -background.width / 2 + buttonPadding;
- hardButton.x = -background.width / 2 + buttonPadding;
- easyButton.y = buttonPadding;
- normalButton.y = easyButton.y + easyButton.height + 10;
- hardButton.y = normalButton.y + normalButton.height + 10;
+ normalButton.x = 0;
+ hardButton.x = background.width / 2 - buttonPadding;
+ easyButton.y = -background.height / 2 + 20;
+ normalButton.y = easyButton.y;
+ hardButton.y = easyButton.y;
self.addChild(easyButton);
self.addChild(normalButton);
self.addChild(hardButton);
easyButton.on('down', function () {
Coffee droplet.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. Shadows at the bottom.
Have the coffee cup open at the top
High end Coffee Shop. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. Shadows at the bottom.
Coffee trail going vertical. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. Shadows at the bottom.
Coffee splashing effect. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No Shadows.
Black circle with a bit of transparency.
Coffee Bean With Nothing Else. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Clock, Nothing else in the image.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A white particle trail, vertical. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Remove the plus from this image
Red X. Nothing else.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
White rectangle, curved corners. Small black border. Simple, modern. Aspect ratio 1550 * 2500.. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Include only the spike.
Remove the bottom part that is not coming from the center explosion
Rectangular coffee themed start button. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Remove the random stuff below the question mark
Coffee themed button which has the text "gamemode". Make the aspect ratio of this button 5:1. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.