GTcreyon / SM63Redux

Code base for Super Mario 63 Redux
https://sm63redux.com
Mozilla Public License 2.0
195 stars 27 forks source link

Apply pound windup animation to actual player position #247

Closed Koopa1018 closed 11 months ago

Koopa1018 commented 11 months ago

Description of changes

The pound spin animation appears to lift the player up slightly before the drop. This PR makes it so that this lifting isn't just visual, but rather actually affects the player's position.

This does have the side effect of giving the player a new movement option. Players likely assumed they already had this option, so this probably isn't a huge change to the play experience. Nonetheless, it deserves a mention.

Shout out to @Kuma-Boo for coming up with the apply-to-velocity method in PR #241. It's simple enough that I can't believe I ever considered applying the lift directly to the player position.

Issue(s)

Closes #177.

Koopa1018 commented 11 months ago

Ooh, good thought. I hadn't considered camera feel.