SHADE_Y3/Assets/Scripts/Gameplay
mushgunAX d6fab4439f Made player jumping more responsive
- Changed the input check in the jump function from a GetKeyDown() / GetKeyUp() to a GetKey() / !GetKey()
- This makes jumping a lot more responsive
- This also means holding the jump button causes the raccoon to "bunny hop" until jump button is released
2022-11-24 21:56:06 +08:00
..
Player Made player jumping more responsive 2022-11-24 21:56:06 +08:00
SC_GameManager.cs added text to maingame 2022-11-23 20:26:53 +08:00
SC_GameManager.cs.shmeta added playerstate scripts 2022-11-20 16:27:39 +08:00
SC_Item.cs remove unwanted items in some scripts 2022-11-23 19:11:41 +08:00
SC_Item.cs.shmeta added playerstate scripts 2022-11-20 16:27:39 +08:00
SC_ScoringZone.cs adding main/lose/win scene 2022-11-23 00:44:27 +08:00
SC_ScoringZone.cs.shmeta added playerstate scripts 2022-11-20 16:27:39 +08:00