Devlogs
Alpha 0.2 - Wall Ride Update
Posted June 24, 2025 by Mian
#Movement #Player #Dog
Wall Ride Update
If you jump against a wall, you'll start wall riding! If you are on the wall, press [SPACE] to jump off and launch you in the air! But if you try to wall ride again on the same side of the wall, it won't let you, otherwise you can gain infinite height
Added Features:
- Wall Ride
- A new Sprite
- A new JUMP mechanic
Fixed Bugs:
- Fixed a bug, that switched the Hanging-Grapple sound to the WRONG-Grapple SFX
- Fixed some Camera issues and the Priority System
- The Animation Controller isn't anymore in the FixedUpdate.
- There used to be some desync issues between the PlayerMovementController and the PlayerAnimationsHandler, because the PlayerMovementController was in the "normal" Update and the AnimationsHandler in the FixedUpdate, which has now been fixed