platformer_tutorial
platformer_tutorial copied to clipboard
Issue with Player.java
The player does not drop smoothly when I run your code. At line 66 you have "transformComponent.y += speed.y_delta;" If you remove the "_delta" it runs fine.