Techokami / SonicWorldsNext

Official development repository for the successor to Sonic Worlds Delta
MIT License
133 stars 28 forks source link

Player physicsList simplification #182

Closed Caverns4 closed 1 month ago

Caverns4 commented 1 month ago

Previously, there were a staggering number of 14 different physics lists; Many were virtually identical to others, with the only difference being Knuckles' jump heights. It makes much more sense to store Jump Heights separately. The total number of lists is now down to 8; 4 above water, 4 for below, and all of them are meaningfully different. This also serves to simplify adding new characters.