-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next page keybind #180
Next page keybind #180
Conversation
Changed reviewer to Silas because he submitted issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FINALLYYY
This is a great step, but could you also add going a state back? And, if not too difficult, pause the state machine with spacebar.
(and add the controls to the readme please ^^) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine, but I don't know about the previousState
addition. Seems not scalable, but @stickyPiston knows this better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you tested if it still works after removing things. Looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
頑張った!
Pressing ArrowRight or ArrowDown ticks the StateMachine.
Pressing ArrowLeft or ArrowUp ticks the StateMachine back.
Pressing Space pauses the StateMachine.
Closes #127