Extend grid movement to allow infinite movement #19
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sadpmpk/HATPC#19
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Since grid movement already ignores acceleration calculations, just need to do grid movement indefinitely
This is used in arrows
Nah. Instead, introduce a new movement mode to ignore acceleration in movement component.
Moveable has an extra logic which will interfere with infinite movement. Safer to do on the movement component.