Releases: mintlu8/bevy_stat_query
Releases · mintlu8/bevy_stat_query
v0.2.0
Changes
StatOnceandStatExistsremoved.
These were legacy items and should be replaced by either Prioritized or Attribute.
-
StatIntFractionandStatIntFloatMulis merged intoStatIntRoundedwhich supports both float and fraction multipliers. -
StatFlagsis now a newtype. -
StatCacheremoved, this was a pretty useless implementation, users should implement caching based on their own needs. -
Prioritized's default value now hasi32::MINpriority. By default the type now fetches the last occurrence instead of the first.