Seldom-SE / seldom_state

Component-based state machine plugin for Bevy. Useful for AI, player state, and other entities that occupy different states.
Apache License 2.0
172 stars 18 forks source link

fix AxisPairTrigger rotation checks & make PressedTrigger work as advertised #4

Closed frantisekhanzlikbl closed 1 year ago

frantisekhanzlikbl commented 1 year ago

the changes should be fairly self-explanatory, but for reference:

Seldom-SE commented 1 year ago

Ah, thanks! I'll test this when I can