User prompt
35 seconds after the start of the game, the dirt comes out every 2 seconds
User prompt
After 45 seconds, the dirt comes out every 4 seconds
User prompt
When the red button appears, it should say "Press Button" with an arrow. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Every 25 seconds a special red button will appear and when it is pressed all the dirt will disappear for only 15 seconds and when that button is pressed the water sprinklers will not work, they will work after 15 seconds. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Let the player lose if he gets 40% in glass pollution percentage
User prompt
If Glass pollution exceeds 55%, the player loses.
User prompt
And there's a water spout in the center that squirts every 15 seconds. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
sprinkler sprays water every 5 seconds ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
And let the sprinklers squirt some more water ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
I want two sprinklers on each side.
User prompt
Spery sound when we click on dirt
User prompt
The dirt goes away after three clicks.
User prompt
Please fix the bug: 'TypeError: tween.to is not a function' in or related to this line: 'tween.to(sprinklerGraphics, {' Line Number: 67 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Let's have a glass wiping water apparatus.
Code edit (1 edits merged)
Please save this source code
User prompt
Window Wiper
Initial prompt
In front of a large window, a window that gets dirty every 5 seconds with a glass wiping sprinkler, so that the dirt is randomly generated.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});