Input Input Reaction Requirement Additional Requirement Parts #150
Labels
F: core
Core application functionality - managing resources, state, etcetera.
Milestone
In GitLab by @azriel91 on Jul 30, 2019, 09:21
Further decrease hard coded input transitions into default configuration.
Two possible models:
Repeat while input is some.
Go to "stand" when input is none.
Note: This already exists.
Doesn't work with separate axes checks when both x and z axes need to be checked.Works if the requirements have a "check both x and z axes".
But also need to cater for "run" when x axis is double tapped.
Most likely use the first model, it decouples checking both x and z axis inputs as requirements, and further allows extension in case we want to implement different walking sequences for the z axis.
Also, perhaps instead of a
SequenceId
for theControlTransition
, take in a newSequenceTransition
type, analogous toSequenceEndTransition
, except its effects are immediate (but potentially with a "loop on end" or "continue" variant).The text was updated successfully, but these errors were encountered: