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
Melbyj1125
c16f07986d
Implemented Blink to Player Script
...
Moved Evans Blink into the playerMovement script
2021-10-06 14:00:35 -05:00
Melbyj1125
7ad366dfc6
Updated PlayerMovement.script
...
Moved MovementScene.scene
The Player now has slight drifting
Will be updated to have traction reduce this drift
2021-10-06 03:42:15 -05:00
Melbyj1125
11691ec8d9
Modified Movement and Stat scripts
...
Added getters and setters for all stats
stats effect movement script
improved movement to feel smoother overall
added mouse controlled camera
2021-10-04 05:32:56 -05:00
Melbyj1125
8a9e0617f5
Added Player related scripts
...
Added PlayerStats
Added PlayerInventory
Added Player
None of these scripts have been fleshed out yet
2021-10-01 14:42:45 -05:00
Melbyj1125
c99f19c192
Created and Updated MovementScene
...
Implemented Basic Player Movement
Created Player and Platform objects
Created PlayerMovement Script
2021-10-01 12:24:18 -05:00