kodokoto / Eldermyst

A 2.5D wizard-themed platformer, with combo-based spell system
https://kodokoto.github.io/Eldermyst/
4 stars 0 forks source link

Make teleport a part of the player movement script #22

Closed kodokoto closed 11 months ago

kodokoto commented 11 months ago

Minor Fix.

Teleport is currently just a spell, but ideally, the actual movement logic should be done within PlayerMovement so that we can make specific choices when it comes to altering the velocity post-teleport.

This functionality should be scheduled by the spell's Activate method.