1
0
mirror of https://github.com/godotengine/godot synced 2024-07-05 15:43:36 +00:00

Updated tutorial_kinematic_char (markdown)

reduz 2014-05-03 05:30:54 -07:00
parent bc06ae98ac
commit e930b1631d

@ -121,7 +121,7 @@ The answer is, what it seems like it should be simple, it isn't that simple in r
<p align="center"><img src="images/motion_diagram.png"></p>
Basically, the desired motion vector will never complete because it hits the floor and the wall to early in the motion trajectory and that makes it stop there. Remember that even though the character is on the floor, the gravity is always turning the motion vector downwards.
Basically, the desired motion vector will never complete because it hits the floor and the wall too early in the motion trajectory and that makes it stop there. Remember that even though the character is on the floor, the gravity is always turning the motion vector downwards.
### Solution!