Skip to content

Commit

Permalink
Updated default start-up sound
Browse files Browse the repository at this point in the history
  • Loading branch information
connervieira committed Oct 30, 2024
1 parent e5b9b2e commit 0580370
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,3 +527,6 @@ This update emphasizes improving the reliability of Predator, especially when op
- Previously, the time offset manager thread would keep Predator alive after using the "Quit" option.
- All threads now watch a global variable, and will exit when it is changed.
- This means the user can simply press Ctrl+C once, and all threads will clean up and exit.
- Updated sound effects.
- Removed unused sound files.
- Replaced the default start-up sound.
2 changes: 1 addition & 1 deletion assets/support/configdefault.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
"sounds": {
"startup_sound": {
"path": "./assets/sounds/testnoise.mp3",
"path": "./assets/sounds/startup.mp3",
"repeat": 0,
"delay": 0.3
},
Expand Down

0 comments on commit 0580370

Please sign in to comment.