platformer_tutorial icon indicating copy to clipboard operation
platformer_tutorial copied to clipboard

Issue with Player.java

Open dcman opened this issue 9 years ago • 0 comments

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.

dcman avatar Sep 13 '15 00:09 dcman