User prompt
Half the rotation of the dancing cup animation
User prompt
Make it so coffee beans, spinning spikes, and timers get destroyed when at the bottom of the screen
User prompt
When a falling item is below the bottom of the screen, destroy the item
User prompt
The start screen button zoom in effect does not work
User prompt
Make the start game button a child of the start screen gui and add a 1.05 zoom in when the start game button is being hovered over by the mouse cursor
User prompt
remove green tint from start game button
User prompt
Add a black outline to the disable spinning spikes box
User prompt
preload the settings gui so it is more smooth when first getting opened
User prompt
Set the spawnrate of spinning spikes to 50%
User prompt
Add an explosion animation when the spinning spikes get destroyed from the disable spinning spikes setting getting enabled.
User prompt
set the spawnrate of spinning spikes to 50%
User prompt
When the disable spinning spikes setting gets enabled, destroy all spikes on screen when the settings gui gets closed.
User prompt
Set the spawnrate of spinning spikes to 50%
User prompt
Move the spinning spikes text 500 pixels up
User prompt
Move the spinning spikes text 50 pixels to the left
User prompt
Move the spinning spikes text 75 pixels to the left
User prompt
Move the spinning spikes checkbox 100 pixels to the right
User prompt
Move the spinning spikes text 100 pixels to the left of the checkbox
User prompt
Move the spinning spikes setting text and the spinning spikes checkbox closer together
User prompt
Redo to the color changing logic for the spinning spikes setting. If the setting is enabled, the setting is true. If the setting is disabled, the setting is false. When the setting is true, the checkbox is green. When the setting is false, the checkbox is red.
User prompt
When the game first starts, make the disable spinning spikes setting disabled and have the checkbox red.
User prompt
Replace the checkmark with a green box. If the box gets clicked again, the box turns red. If the box gets clicked again, the box turns green.
User prompt
Fix Bug: 'TypeError: disableSpikesCheckbox.setTexture is not a function' in this line: 'disableSpikesCheckbox.setTexture(gameSettings.disableSpikes ? 'checkboxChecked' : 'checkbox');' Line Number: 381
User prompt
Fix Bug: 'TypeError: disableSpikesCheckbox.setTexture is not a function' in this line: 'disableSpikesCheckbox.setTexture(gameSettings.disableSpikes ? 'checkboxChecked' : 'checkbox');' Line Number: 381
User prompt
Add a new setting in the settings gui. This new setting will be called "Disable Spinning Spikes". This settings will disable the spawning of the spinning spikes. Next to the text, there will be a checkbox that can be clicked to show a checkmark. If the box has a checkmark, the setting is enabled.
===================================================================
--- original.js
+++ change.js
@@ -27,9 +27,9 @@
var animationDistance = 20;
var direction = 1;
cupGraphics.rotation = -35 * (Math.PI / 180);
self.updateDance = function () {
- var rotationSpeed = 70 * (Math.PI / 180);
+ var rotationSpeed = 35 * (Math.PI / 180);
var stayDuration = 60; // 1 second at 60FPS
if (self.stayCounter > 0) {
self.stayCounter--;
return;
@@ -933,13 +933,13 @@
/****
* Game Code
****/
+// Initialize game settings
+// Create and set the new background
// Function to create a splash effect
// Replace basic splash graphics with enhanced SplashGraphics
// Function to create a splash effect
-// Create and set the new background
-// Initialize game settings
function createExplosion(x, y) {
var explosion = new Explosion();
explosion.x = x;
explosion.y = y;
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.