prevent transition if pressing too early & timed

This commit is contained in:
AdamWhitehurst
2020-03-27 11:17:34 -07:00
parent e4f2bf7ebf
commit 1d51f8fc0f
2 changed files with 17 additions and 7 deletions

View File

@ -193,6 +193,7 @@ impl From<&CharacterAbility> for CharacterState {
// unless pressed at the right time.
should_transition: !*needs_timing,
initialized: false,
prevent_transition: false,
}),
}
}