mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +02:00
use a softer button-click sound
This commit is contained in:
parent
be8bc9652b
commit
702aba9646
3 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Item {
|
||||||
|
|
||||||
SoundEffect {
|
SoundEffect {
|
||||||
id: buttonClickSound
|
id: buttonClickSound
|
||||||
source: "../../../sounds/Gamemaster-Audio-button-click.wav"
|
source: "../../../sounds/button-click.wav"
|
||||||
}
|
}
|
||||||
|
|
||||||
function playButtonClickSound() {
|
function playButtonClickSound() {
|
||||||
|
|
Binary file not shown.
BIN
interface/resources/sounds/button-click.wav
Normal file
BIN
interface/resources/sounds/button-click.wav
Normal file
Binary file not shown.
Loading…
Reference in a new issue