mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-02 19:23:54 +00:00
missed a spot
This commit is contained in:
parent
7e4655473d
commit
0f0ddf8102
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class RLWalk:
|
||||||
self.projector = Projector()
|
self.projector = Projector()
|
||||||
if self.duck_config.speaker:
|
if self.duck_config.speaker:
|
||||||
self.sounds = Sounds(
|
self.sounds = Sounds(
|
||||||
volume=1.0, sound_directory="src/mini_bdx_runtime/assets/"
|
volume=1.0, sound_directory="mini_bdx_runtime/assets/"
|
||||||
)
|
)
|
||||||
if self.duck_config.antennas:
|
if self.duck_config.antennas:
|
||||||
self.antennas = Antennas()
|
self.antennas = Antennas()
|
||||||
|
|
Loading…
Reference in a new issue