Can you tell how to make extensions for gravity.
1 Like
Use https://github.com/microsoft/arcade-platformer extension, has a gravity block. However you could just make the player have -200 ay when the game starts
1 Like
-200 would cause the player to float up, try 500 instead
2 Likes
Oh yea sorry was thinking of jumping lol
1 Like