Rebalanced Items & Bug Fixed

I updated the player prefabs to be more in line with one another and
increased the max speed they can have
This commit is contained in:
Melbyj1125
2022-02-02 00:08:06 -06:00
parent bf874ddc84
commit f683a48b84
12 changed files with 1063 additions and 39 deletions

View File

@@ -19,10 +19,10 @@ MonoBehaviour:
maxVelM: 15
minVelM: 0
curVelM: 0
accM: 0.3
accM: 0.1
jumpPowM: 0
jumpNumM: 0
tractionM: -2.2
tractionM: -4
kickPowM: 0
recovTimeM: 0
playerGravM: 0

View File

@@ -23,7 +23,7 @@ MonoBehaviour:
jumpPowM: 0
jumpNumM: 0
tractionM: 0
kickPowM: 500
kickPowM: 700
recovTimeM: 0
playerGravM: 0
costM: 3