User prompt
Don't add random colors make the it look better ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Better graphics
User prompt
When game over the text overlaps fix it
User prompt
Make the coins spawn on the ground and make the obstacles come faster after 100m
User prompt
Make the obstacles be on the ground
User prompt
Make the obstacles y level same as the player's y level
User prompt
Make the obstacles come to towards the player ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make player on the ground
Code edit (1 edits merged)
Please save this source code
User prompt
Endless Dash
Initial prompt
Make a endless runner game
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});