Skip to content

Commit

Permalink
feat: add song to green flag mode
Browse files Browse the repository at this point in the history
  • Loading branch information
unRARed committed Dec 22, 2024
1 parent 7bf17d6 commit 555d557
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/common/players.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ sound_player:
track: music
action: play
loops: -1
mode_green_flag_stopped:
particular:
action: stop
mode_attract_stopped:
rad_racer:
track: music
Expand Down
4 changes: 3 additions & 1 deletion config/common/sound_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ sounds:
rad_racer:
file: rad_racer.ogg
track: music

particular:
file: no-particular-place-to-go.ogg
track: music
5 changes: 5 additions & 0 deletions modes/green_flag/config/green_flag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ mode:
restart_on_next_ball: true
priority: 100

sound_player:
mode_green_flag_started:
particular:
action: play

slide_player:
mode_green_flag_started:
green_flag_slide:
Expand Down
Binary file added sounds/preload/no-particular-place-to-go.ogg
Binary file not shown.

0 comments on commit 555d557

Please sign in to comment.