Button Combos #1
Labels
No labels
Character
Character: Angry Wizard
Character: Nataliah
Character: Yamson
Code
Setting
Story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
game-dev/dragonruby-warriors#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Button Combos are multiple buttons pressed in a specific sequence within a set time frame. For example: "Primary", "Primary", "Secondary."
Button Combos should allow for both clicks and holds. Button Combos should only make use of primary, secondary, and reaction buttons.
Implementation for capturing combos will probably live per character in the various action logic. However, there may be a benefit in modifying the Action Queue for reporting the current actions, and characters being able to react to this information.