added startsignal which coplies with the IFSC spec
This commit is contained in:
parent
fb453d4053
commit
5340398f80
6 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,6 @@
|
||||||
<file>graphics/icons/menu.png</file>
|
<file>graphics/icons/menu.png</file>
|
||||||
<file>graphics/icons/drawer.png</file>
|
<file>graphics/icons/drawer.png</file>
|
||||||
<file>graphics/icons/back.png</file>
|
<file>graphics/icons/back.png</file>
|
||||||
<file>sounds/OFFICAL_IFSC_STARTIGNAL.wav</file>
|
|
||||||
<file>sounds/ready_1.wav</file>
|
<file>sounds/ready_1.wav</file>
|
||||||
<file>sounds/at_marks_1.wav</file>
|
<file>sounds/at_marks_1.wav</file>
|
||||||
<file>sounds/ready_2.wav</file>
|
<file>sounds/ready_2.wav</file>
|
||||||
|
@ -25,5 +24,8 @@
|
||||||
<file>graphics/icons/startpad.png</file>
|
<file>graphics/icons/startpad.png</file>
|
||||||
<file>graphics/icons/user_black.png</file>
|
<file>graphics/icons/user_black.png</file>
|
||||||
<file>graphics/icons/ok.png</file>
|
<file>graphics/icons/ok.png</file>
|
||||||
|
<file>sounds/IFSC_STARTSIGNAL_SAWTOOTH.wav</file>
|
||||||
|
<file>sounds/IFSC_STARTSIGNAL_SINE.wav</file>
|
||||||
|
<file>sounds/IFSC_STARTSIGNAL_SQUARE.wav</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
BIN
sounds/IFSC_STARTSIGNAL_SAWTOOTH.wav
Normal file
BIN
sounds/IFSC_STARTSIGNAL_SAWTOOTH.wav
Normal file
Binary file not shown.
BIN
sounds/IFSC_STARTSIGNAL_SINE.wav
Normal file
BIN
sounds/IFSC_STARTSIGNAL_SINE.wav
Normal file
Binary file not shown.
BIN
sounds/IFSC_STARTSIGNAL_SQUARE.wav
Normal file
BIN
sounds/IFSC_STARTSIGNAL_SQUARE.wav
Normal file
Binary file not shown.
|
@ -279,7 +279,7 @@ void ClimbingRace::playSoundsAndStartRace() {
|
||||||
}
|
}
|
||||||
case 2:
|
case 2:
|
||||||
{
|
{
|
||||||
if(!playSound("qrc:/sounds/OFFICAL_IFSC_STARTIGNAL.wav")){
|
if(!playSound("qrc:/sounds/IFSC_STARTSIGNAL_SINE.wav")){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
nextStartAction = -1;
|
nextStartAction = -1;
|
||||||
|
|
Reference in a new issue