Code edit (1 edits merged)
Please save this source code
User prompt
Add a add a trail when he's dropped and get rid of it when he lands ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Please fix the bug: 'TypeError: Cannot read properties of null (reading 'growthFactor')' in or related to this line: 'tween(blueberryGraphics, {' Line Number: 293 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
add a throwing effect ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Fix it where blueberry is wide
User prompt
Make it look like it's actually getting thrown with effects ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make it make it so you can throw the blueberry too this is
User prompt
Increase the velocity when the blueberry is falling
User prompt
Make the goldenBerry spawn more often
User prompt
make the player have to collect 100 to win
Code edit (1 edits merged)
Please save this source code
User prompt
Make make it so the the food doesn't go in the red
User prompt
Fix the bug where blueberry would teleport through stuff when you click there
User prompt
Make the game a little easier
User prompt
Stop the bug where blueberry would fall when you're still holding him
User prompt
Make the blueberry roll when he's dropped ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Add gravity and ground
Code edit (1 edits merged)
Please save this source code
User prompt
Berry Bounce Adventure
Initial prompt
make a about a living blueberry
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});