mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed audio tests. Added changelog line.
This commit is contained in:
parent
4a1a3f3ecc
commit
66850a5878
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user