User prompt
Create a new asset for the helpgui. This asset will have the color of a light coffee. This asset will be for the background.
User prompt
I would like for you to add a new page system to the help GUI. The first page will have an asset which will be at the bottom right. When that asset is clicked, it goes to the next page. The middle pages in between the first page and the last page will have buttons. The middle pages will have a next page asset and a new back page asset. When clicking on the back page asset, it goes to the previous page. The last page will only have a back page asset. There will be 4 pages to start off with.
User prompt
Preload the home button in the help gui
User prompt
move the home button 100 pixels to the right
User prompt
Move the home button 750 pixels to the right
User prompt
Move the home button up 1250 pixels
User prompt
Bug: There is a duplicate of the settings gui after exiting the help gui
User prompt
When the home button is clicked, do not add a duplicate of the settings gui
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'visible')' in this line: 'settingsGUI.visible = true;' Line Number: 958
User prompt
Fix Bug: 'TypeError: Cannot set properties of undefined (setting 'visible')' in this line: 'settingsGUI.visible = false;' Line Number: 905
User prompt
Fix Bug: 'ReferenceError: settingsGUI is not defined' in this line: 'settingsGUI.visible = false;' Line Number: 905
User prompt
When the help gui button is clicked, hide the settings gui. Do not destroy it. Make sure the settings gui is visible when the home button is clicked in the help gui
User prompt
Move the home button to the center of the help gui
User prompt
The home button needs to be above the helpgui
User prompt
When the help GUI is up, add a home button that can be clicked that brings you back to the start gui
User prompt
Make the help gui a coffee brown color
User prompt
The new help gui needs a new asset
User prompt
Make the new help gui a layer above the start gui
User prompt
Fix Bug: 'ReferenceError: HelpGUI is not defined' in this line: 'var helpGUI = new HelpGUI();' Line Number: 901
User prompt
When the help button is clicked, open a new help gui
User prompt
Move the help button 50 pixels to the left
User prompt
Move the help button 150 pixels to the left
User prompt
Move the help button 300 pixels to the right
User prompt
Move the help button 300 pixels to the right
User prompt
In the start gui, add a new "?" button that can be clicked.
===================================================================
--- original.js
+++ change.js
@@ -901,9 +901,11 @@
var helpGUI = new HelpGUI();
helpGUI.x = 2048 / 2;
helpGUI.y = 2732 / 2;
game.addChild(helpGUI);
- settingsGUI.visible = false;
+ if (settingsGUI) {
+ settingsGUI.visible = false;
+ }
});
// Add new asset 'DancingCup' to the start GUI
var dancingCup1 = new DancingCup();
dancingCup1.x = game.width / 2 - 900;
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.