Skip to content

Commit

Permalink
fix: use the SFX bus for foot step sounds (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle authored Mar 23, 2024
1 parent 2f841fe commit 4604a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
### Added
### Changed
- Use the SFX bus for foot step sounds ([#30](https://github.com/MechanicalFlower/HazyRoad/pull/30))
### Deprecated
### Removed
### Fixed
Expand Down
1 change: 1 addition & 0 deletions scenes/player/player.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ script = ExtResource("10_jo4mt")
feet_path = NodePath("../Head/Foot")

[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="FootstepComponent" index="0"]
bus = &"SFX"

[node name="Vignette" type="Node" parent="." index="4"]

Expand Down

0 comments on commit 4604a5b

Please sign in to comment.