User prompt
Add background to the game with a new asset
User prompt
Let the bomb take our 3 lives, but let each fruit that falls on the ground take 1 life, and let the fruits go off the screen, put invisible barriers on the sides etc.
User prompt
Fruits are flying again, put a limit on it
Code edit (2 edits merged)
Please save this source code
User prompt
Make the size of the fruits bigger (adjust the collissons well) and make the fruits higher and fall slowly and make the life count visible using assets (3 hearts)
Code edit (4 edits merged)
Please save this source code
User prompt
V The fruits can go higher, the falling speed can be higher and when they hit the bomb they will not die instantly, they will have an explosion effect and then they will die. ↪💡 Consider importing and using the following plugins: @upit/tween.v1
Code edit (1 edits merged)
Please save this source code
User prompt
Fruits and bombs come from the bottom, increase the rate of coming up
User prompt
Please fix the bug: 'Uncaught TypeError: dynamicAssets[t].push is not a function' in or related to this line: 'var sliceGraphics = self.attachAsset('slice', {' Line Number: 116
Code edit (1 edits merged)
Please save this source code
User prompt
Fruit Slash Frenzy
Initial prompt
Make a fruit ninja game with different fruits etc.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});