Skip to content

Commit

Permalink
Remove the word sound from the Level Cleared sound button
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Jul 26, 2024
1 parent 3e6f4de commit 7ae814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/ConfigMenuSelectionViewController.bsml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</tab>
<tab tags='main' tab-name='Level Results' >
<vertical pad-left="3" pad-right="3" pad-top="2" pad-bottom="2" horizontal-fit="PreferredSize" vertical-fit="PreferredSize">
<button text="Level Cleared Sound" pref-width="50" on-click="LevelClearedButtonPressed" />
<button text="Level Cleared" pref-width="50" on-click="LevelClearedButtonPressed" />
<button text="Level Failed" pref-width="50" on-click="LevelFailedButtonPressed" />
<button text="Firworks" pref-width="50" on-click="FireworkButtonPressed" />
</vertical>
Expand Down

0 comments on commit 7ae814a

Please sign in to comment.