Fixed audio tests. Added changelog line.

This commit is contained in:
Sam 2020-11-05 18:01:46 -06:00
parent 4a1a3f3ecc
commit 66850a5878
2 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Buff system
- Sneaking lets you be closer to enemies without being detected
- Flight
- Roll has i-frames
### Changed

View File

@ -157,6 +157,10 @@ fn maps_roll() {
buildup_duration: Duration::default(),
movement_duration: Duration::default(),
recover_duration: Duration::default(),
roll_strength: 0.0,
buildup_iframes: false,
movement_iframes: false,
recover_iframes: false,
},
timer: Duration::default(),
stage_section: states::utils::StageSection::Buildup,