TheKingsRace/Assets/Scripts/PlayerScripts
wheatv3015 b926b52a9a Added Wallrunning
-Added Gravity() function for all future effects to gravity
-Wallrunning functions as follows:
    -If player isn't grounded & is moving forwards
    -If player is above minimum ground height
    -Check frontal directions with rays to see if we are hitting a wall
    -If yes - no gravity, if no - normal gravity
2021-10-07 22:16:43 -05:00
..
Player.cs Added Player related scripts 2021-10-01 14:42:45 -05:00
Player.cs.meta Added Player related scripts 2021-10-01 14:42:45 -05:00
PlayerInventory.cs Added Player related scripts 2021-10-01 14:42:45 -05:00
PlayerInventory.cs.meta Added Player related scripts 2021-10-01 14:42:45 -05:00
PlayerMovement.cs Added Wallrunning 2021-10-07 22:16:43 -05:00
PlayerMovement.cs.meta Created and Updated MovementScene 2021-10-01 12:24:18 -05:00
PlayerStats.cs Modified Movement and Stat scripts 2021-10-04 05:32:56 -05:00
PlayerStats.cs.meta Added Player related scripts 2021-10-01 14:42:45 -05:00