Block a user
e381109cad
Simplify footstep and sound icon systems.
eb8887e1ed
Restore original
SystemSet
configuration.
96b7dcb091
Update to Bevy 0.11.
4c1471c2ab
feat!: Removed
Sound.restart
. Clear Sound.generator
for equivalent functionality.
04372328c8
feat!: Renamed
SynthizerSets::First
to SynthizerSets::PreUpdate
and moved remaining systems into PostUpdate
.
1fb0aa763a
fix: Clean up
LastAudio
when Sound
is removed, not Source
.
53891eeaa8
chore: Clean up code.
45ab161f22
Back to my fork.
5a3ce9b790
Zero out vectors instead of setting to
None
.
b76ca95495
Release
9f684880ed
Update changelog.
4f972e3bd4
fix: Instantiate sources for sounds without a source in
PreUpdate
.