Created
May 9, 2018 14:34
-
-
Save xSystemIOx/cc66bbdaa26263a768eeb125ce2bf8ec to your computer and use it in GitHub Desktop.
Lunges the player to simulate jumping from
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| player.transform.position = new Vector3 (LaunchPoint.position.x, LaunchPoint.position.y, 10); | |
| Player.velocity = new Vector2 (Player.velocity.y, jumpForce); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment