A multiplayer parkour game based on Unreal Engine, inspired by Chrome dinosour.
W
S
move forward & backward
A
D
move right & left
Space
Left mouse button
jump
- Movement Lerp:typically axis value is -1, 0, 1. if directly set to
scale
, it will cause rapid changes of the character speed. - Gravity:
- Moving dust: if the speed exceeds a certain threshold, there should be some environment react, such as dust, footsteps.
- Camera shake