User prompt
Undo the lava waves
User prompt
Make the waves on the lava bigger
User prompt
Make the lava have waves and move
User prompt
Make the score count in the center of screen
User prompt
Make the ball bounce in a random direction when it hits the paddle
User prompt
Make it so when the ball touches the paddle particles come out of the paddle
User prompt
make the ball bounce higher when it hits the paddle ↪💡 Consider importing and using the following plugins: @upit/tween.v1
Code edit (1 edits merged)
Please save this source code
User prompt
Lava Bounce
Initial prompt
hey, can you make a game where there is a ball and a paddle and the ball falls down and if it hits the paddle the ball bounces up and you get one point and there lava at the bottom of the screen and if the ball touches the lava your points get reset
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});