jacobnb / adv_seminar

class project
0 stars 0 forks source link

Fix infinite wall jump #58

Open jacobnb opened 5 years ago

jacobnb commented 5 years ago
jacobnb commented 5 years ago

Adding x force away from wall gets overwritten by the movement controls. Allowing n wall jumps doesn't make story sense, and would need some sort of UI indicator (could use decreasing smoke) Maybe could lerp it to a point for x frames?

jacobnb commented 5 years ago

Just adding a var to only allow 1 wall / player jump

jacobnb commented 5 years ago

Soft done. Would like to add force away from wall.