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:
Katherine
2021-10-11 13:35:30 -05:00
parent ed2467da85
commit 535ea75e08
6 changed files with 1509 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ public class PlayerMovement : MonoBehaviour
//Variable Section
/////
//Speed Variables
private Vector3 vel;
public Vector3 vel;
//Character Moving
private CharacterController moveController;