Commit 9a05dc67 by Philipp Adolf

Fix indentation

parent 807feb00
...@@ -117,7 +117,7 @@ public class PlayerControl : MonoBehaviour ...@@ -117,7 +117,7 @@ public class PlayerControl : MonoBehaviour
} }
else else
{ {
velocity = body2D.velocity; velocity = body2D.velocity;
if (Input.GetKey(keyCodes[(int)Keys.Right])) if (Input.GetKey(keyCodes[(int)Keys.Right]))
{ {
//normalizedHorizontalSpeed = 1; //normalizedHorizontalSpeed = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment