Implemented tooltips when hovering over an item

Added some placeholder images for the items in the game
made small adjustments to grapple
This commit is contained in:
Melbyj1125
2022-01-31 08:05:17 -06:00
parent 3b451b97e9
commit 7526d16f75
17 changed files with 585 additions and 17 deletions

View File

@@ -15,6 +15,7 @@ MonoBehaviour:
id: 7
itemName: Glider
description: Player Will Fall slower
itemSprite: {fileID: 7798176430303134427, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0
curVelM: 0

View File

@@ -15,6 +15,7 @@ MonoBehaviour:
id: 8
itemName: Grapple
description: Allows the use of a grapple
itemSprite: {fileID: -7389470788071104723, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0
curVelM: 0

View File

@@ -15,6 +15,7 @@ MonoBehaviour:
id: 10
itemName: Nitro
description: Boosts player speed
itemSprite: {fileID: -295526885773654649, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0
curVelM: 0

View File

@@ -15,6 +15,7 @@ MonoBehaviour:
id: 2
itemName: Roller Skates
description: More Slidey But Faster
itemSprite: {fileID: -3696225328785611619, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 15
minVelM: 0
curVelM: 0

View File

@@ -15,6 +15,7 @@ MonoBehaviour:
id: 3
itemName: Springs
description: Jump Higher
itemSprite: {fileID: 3996138432854981312, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0
curVelM: 0

View File

@@ -15,6 +15,7 @@ MonoBehaviour:
id: 5
itemName: Triple Jump
description: Player gets an extra jump but has less jump height
itemSprite: {fileID: -8809284872407378732, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0
curVelM: 0

View File

@@ -15,6 +15,7 @@ MonoBehaviour:
id: 6
itemName: Wall Run
description: Allows player to run on walls
itemSprite: {fileID: -7634698977955767800, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
maxVelM: 0
minVelM: 0
curVelM: 0
@@ -33,4 +34,3 @@ MonoBehaviour:
hasNitroM: 0
hasDashM: 0
cooldownM: 0
scriptM: {fileID: 11500000, guid: 535009eaa735a4c4e95c6fc270e32741, type: 3}