CodeCafeOpenShiftGame / PodEscape

Endless runner of a pod trying to escape from a project being deleted.
https://podescape.io
Apache License 2.0
29 stars 16 forks source link

[Feature] Player's Dash State #12

Closed rluders closed 4 years ago

rluders commented 4 years ago

The player must be able to increase its speed for a moment. It can be done using the dash movement, while in the air. It should not affect the player's vertical speed.

Describe the solution you'd like

Describe alternatives you've considered

rluders commented 4 years ago

Interesting tutorial to create the Ghost effect that can be added to the Dash movement. https://www.youtube.com/watch?v=_8AzOdLuUyA

ernesgonzalez33 commented 4 years ago

Dash state finished