Code edit (10 edits merged)
Please save this source code
Code edit (10 edits merged)
Please save this source code
User prompt
Write a formatting function that renders score as xx.xx
Code edit (1 edits merged)
Please save this source code
User prompt
Add the center button to the center of the screen
Code edit (1 edits merged)
Please save this source code
Initial prompt
Idle Game Template
/**** * Initialize Game ****/ //<Assets used in the game will automatically appear here> //<Write imports for supported plugins here> //<Write entity 'classes' with empty functions for important behavior here> var game = new LK.Game({ backgroundColor: 0x000000 //Init game with black background });
/****
* Initialize Game
****/
//<Assets used in the game will automatically appear here>
//<Write imports for supported plugins here>
//<Write entity 'classes' with empty functions for important behavior here>
var game = new LK.Game({
backgroundColor: 0x000000 //Init game with black background
});