mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-23 10:54:24 -05:00
Bumper Created
>Added a new Scene for testing King Abilities >Added a Bumper Script that can be attached to objects to bump the player away when hit
This commit is contained in:
@@ -12,7 +12,7 @@ public class PlayerMovement : MonoBehaviour
|
||||
//Variable Section
|
||||
/////
|
||||
//Speed Variables
|
||||
private Vector3 vel;
|
||||
public Vector3 vel;
|
||||
|
||||
//Character Moving
|
||||
private CharacterController moveController;
|
||||
|
||||
Reference in New Issue
Block a user