User prompt
Alright, then add 4 buttons: a forward arrow, a backward arrow, a right arrow, and a left arrow.
User prompt
Don't let the tomatoes come from below.
User prompt
build a store on the game screen and have 5 guns
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'to')' in or related to this line: 'tween(m).to({' Line Number: 252
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'to')' in or related to this line: 'tween(m).to({' Line Number: 252
User prompt
Please fix the bug: 'TypeError: tween.to is not a function' in or related to this line: 'tween.to(m, {' Line Number: 252
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'to')' in or related to this line: 'tween(m).to({' Line Number: 252
User prompt
Please fix the bug: 'TypeError: tween.to is not a function' in or related to this line: 'tween.to(m, {' Line Number: 252
User prompt
The money should come directly and the amount of my money should be visible.
User prompt
Kill the tomato and let the money come.
Code edit (1 edits merged)
Please save this source code
User prompt
Ball Blaster: Tomato Attack
Initial prompt
make a ball that shoots bullets, the bullets should kill the tomatoes
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});