User prompt
Make background for game
User prompt
Tea leaf dont drop
User prompt
Fix
User prompt
I Doesn't move tea tln
User prompt
I dont move tea
User prompt
Dont move tea
User prompt
Fix
User prompt
Make a kettle game we try put in the kette tea
User prompt
Make a kettle game we try put in the kette tea
User prompt
Tea Time Troubles
Initial prompt
Make a kettle game we try put in the kette tea
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000 // No title, no description
}); ===================================================================
--- original.js
+++ change.js
@@ -1,6 +1,6 @@
/****
* Initialize Game
****/
var game = new LK.Game({
- backgroundColor: 0x000000
+ backgroundColor: 0x000000 // No title, no description
});
\ No newline at end of file