Closed corbinbylsma closed 6 years ago
When in a web, it seems like moving right is slower than moving left. I'm not sure where that's coming from. I'm testing in the WeaversWeb level.
I like that moving up or down is now faster, but I think we need to drastically reduce acceleration when the player is climbing. We could switch to linear velocity or maybe clamp the maximum climbing velocity.
Also, lines 112, 116, and 119 have literals that could probably be replaced with constants or variables.
The climbing playerstate now differentiates between webs and ropes, and adjusts physics accordingly. Physics have also been improved.