fix powerup

main
Matthew Kalahiki 4 years ago
parent 7616385923
commit 36d1227f65

@ -3995,11 +3995,11 @@ MonoBehaviour:
powerupInfo: powerupInfo:
- Once activated, the Glider Powerup allows you to glide through the air and travel - Once activated, the Glider Powerup allows you to glide through the air and travel
farther before landing. farther before landing.
- Once activated, the Box Stack Powerup allows you to move certain boxes to your
convinience, providing cover from enemies.
- Once activated, the Double Jump Powerup allows you to jump twice before landing.
- Once activated, the Shrink Powerup shrinks you so you can fit in small places. - Once activated, the Shrink Powerup shrinks you so you can fit in small places.
Deactivate the powerup to return to normal size. Deactivate the powerup to return to normal size.
- Once activated, the Double Jump Powerup allows you to jump twice before landing.
- Once activated, the Box Stack Powerup allows you to move certain boxes to your
convinience, providing cover from enemies.
- Once activated, Who knows? - Once activated, Who knows?
powerUps: {fileID: 1159971422} powerUps: {fileID: 1159971422}
gliderPowerupButton: {fileID: 526643974} gliderPowerupButton: {fileID: 526643974}

@ -5,6 +5,7 @@ public enum Powerup:int
Shrink=1, Shrink=1,
DoubleJump = 2, DoubleJump = 2,
Box=3, Box=3,
Other=4, Health=4,
Other=5,
} }

@ -6,31 +6,31 @@ EditorUserSettings:
serializedVersion: 4 serializedVersion: 4
m_ConfigSettings: m_ConfigSettings:
RecentlyUsedScenePath-0: RecentlyUsedScenePath-0:
value: 22424703114646680e0b0227036c7b151b18342f3a2d2a23620c1336eff9002dece933e5a92f31352d1b value: 22424703114646680e0b0227036c7b151b18342f3a2d2a23620b1132eceb7414e7f133e5a92f31352d1b
flags: 0 flags: 0
RecentlyUsedScenePath-1: RecentlyUsedScenePath-1:
value: 22424703114646680e0b0227036c7b1f113b1d3c29246903253b143de9d03b2fe7f523f9a92f31352d1b value: 22424703114646680e0b0227036c7b151b18342f3a2d2a2362191c27ead43b1aedf425a7f234362820
flags: 0 flags: 0
RecentlyUsedScenePath-2: RecentlyUsedScenePath-2:
value: 22424703114646680e0b0227036c7b1f113b1d3c29246904221a1521ebee3f08edf033fbf22a7129370bfb25 value: 22424703114646680e0b0227036c7b151b18342f3a2d2a23621a0d32f5ee7a2decee22f0
flags: 0 flags: 0
RecentlyUsedScenePath-3: RecentlyUsedScenePath-3:
value: 22424703114646680e0b0227036c7b1f113b1d3c29246914222e3136f4e5380bf2e621e7a92f31352d1b value: 22424703114646680e0b0227036c7b151b18342f3a2d2a23621b1226f6e50037d6e821ecf5742a323016f6
flags: 0 flags: 0
RecentlyUsedScenePath-4: RecentlyUsedScenePath-4:
value: 22424703114646680e0b0227036c720505120d2763053323283c107df7ee3d2cfb value: 22424703114646680e0b0227036c681918031d38631f2f3e392c0f07f5ef7a2decee22f0
flags: 0 flags: 0
RecentlyUsedScenePath-5: RecentlyUsedScenePath-5:
value: 22424703114646680e0b0227036c7b151b18342f3a2d2a23620b1132eceb7414e7f133e5a92f31352d1b value: 22424703114646680e0b0227036c681918031d38631f2f3e392c0f11edf32776f7e93ffdfe
flags: 0 flags: 0
RecentlyUsedScenePath-6: RecentlyUsedScenePath-6:
value: 22424703114646680e0b0227036c7b1f113b1d3c29246914222e3f3cf1f37a2decee22f0 value: 22424703114646680e0b0227036c681918031d38631f2f3e392c0f15edf52676f7e93ffdfe
flags: 0 flags: 0
RecentlyUsedScenePath-7: RecentlyUsedScenePath-7:
value: 22424703114646680e0b0227036c7b1f113b1d3c29246914222e2926ecee3134acf238e0f323 value: 22424703114646680e0b0227036c681918031d38631f2f3e392c0f07eaf2313dacf238e0f323
flags: 0 flags: 0
RecentlyUsedScenePath-8: RecentlyUsedScenePath-8:
value: 22424703114646680e0b0227036c7b1f113b1d3c2924691e283e393ce5d32439f5e978fce9332b25 value: 22424703114646680e0b0227036c681918031d38631f2f3e392c0f1cece57a2decee22f0
flags: 0 flags: 0
RecentlyUsedScenePath-9: RecentlyUsedScenePath-9:
value: 22424703114646680e0b0227036c72111f19352f223d68252320092a value: 22424703114646680e0b0227036c72111f19352f223d68252320092a

Loading…
Cancel
Save