idle grapple calculations have been solidified

I can now move into adding how player speed and height effect these
things
This commit is contained in:
Melbyj1125
2022-01-31 09:39:30 -06:00
parent 93d2ce9c40
commit e249e5d4d5
13 changed files with 46 additions and 30 deletions

View File

@@ -14,7 +14,8 @@ MonoBehaviour:
m_EditorClassIdentifier:
id: 11
itemName: Dash
description: Quickly Moves the player forwards
description: Press F to quickly dash your player forward.
itemSprite: {fileID: 0}
maxVelM: 0
minVelM: 0
curVelM: 0

View File

@@ -14,7 +14,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
id: 7
itemName: Glider
description: Player Will Fall slower
description: Hold space while falling to slow your descent.
itemSprite: {fileID: 7798176430303134427, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0

View File

@@ -14,7 +14,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
id: 8
itemName: Grapple
description: Allows the use of a grapple
description: Press E to grapple to a nearby grapple point.
itemSprite: {fileID: -7389470788071104723, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0

View File

@@ -14,7 +14,8 @@ MonoBehaviour:
m_EditorClassIdentifier:
id: 10
itemName: Nitro
description: Boosts player speed
description: Press Left Shift to boost your player speed beyond its max for a short
period.
itemSprite: {fileID: -295526885773654649, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0

View File

@@ -14,7 +14,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
id: 2
itemName: Roller Skates
description: More Slidey But Faster
description: Increases your max speed and acceleration at the cost of traction.
itemSprite: {fileID: -3696225328785611619, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 15
minVelM: 0

View File

@@ -14,7 +14,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
id: 3
itemName: Springs
description: Jump Higher
description: Your jumps will be more powerful.
itemSprite: {fileID: 3996138432854981312, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0

View File

@@ -14,7 +14,8 @@ MonoBehaviour:
m_EditorClassIdentifier:
id: 4
itemName: Strong Kick
description: Kick Harder
description: Your kick will become more powerful.
itemSprite: {fileID: 0}
maxVelM: 0
minVelM: 0
curVelM: 0

View File

@@ -14,7 +14,8 @@ MonoBehaviour:
m_EditorClassIdentifier:
id: 5
itemName: Triple Jump
description: Player gets an extra jump but has less jump height
description: Your jump height will be reduced slightly but you will gain an extra
jump.
itemSprite: {fileID: -8809284872407378732, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0

View File

@@ -14,7 +14,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
id: 6
itemName: Wall Run
description: Allows player to run on walls
description: You now have the ability to run across red walls.
itemSprite: {fileID: -7634698977955767800, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0