nickworks / TreeOfLife

This is a game being developed by DAGD students.
2 stars 1 forks source link

Climbing Upgrade #75 #77

Closed corbinbylsma closed 6 years ago

corbinbylsma commented 6 years ago

The climbing playerstate now differentiates between webs and ropes, and adjusts physics accordingly. Physics have also been improved.

nickworks commented 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.