User prompt
That's true, but it should bounce higher when pressing up and bounce less when pressing sideways; both should bounce too much.
User prompt
There are a lot of gaps in between, it's not jumpable.
User prompt
I didn't say to reduce both, I said to increase both!
User prompt
It goes up a little where I step, if I press up it goes too far, fix this.
User prompt
let it bounce more
User prompt
let it bounce more
Code edit (1 edits merged)
Please save this source code
User prompt
Platform Leap
Initial prompt
Make me a game where there are platforms, and when I click in a direction, let's jump to those platforms. When we move upwards, we earn points.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});