fixed sound name

This commit is contained in:
Peli de Halleux 2018-01-14 19:49:40 -08:00
parent 9158cfe4f6
commit cb5f9648f5
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
"sounds.mechanicalMotorStart|block": "mechanical motor start", "sounds.mechanicalMotorStart|block": "mechanical motor start",
"sounds.mechanicalMotorStop|block": "mechanical motor stop", "sounds.mechanicalMotorStop|block": "mechanical motor stop",
"sounds.mechanicalRatchet|block": "mechanical ratchet", "sounds.mechanicalRatchet|block": "mechanical ratchet",
"sounds.mechanicalSonar|block": "\"mechanical sonar\"", "sounds.mechanicalSonar|block": "mechanical sonar",
"sounds.mechanicalTickTack|block": "mechanical tick tack", "sounds.mechanicalTickTack|block": "mechanical tick tack",
"sounds.mechanicalWalk|block": "mechanical walk", "sounds.mechanicalWalk|block": "mechanical walk",
"sounds.movementsArm1|block": "movements arm1", "sounds.movementsArm1|block": "movements arm1",

View File

@ -175,7 +175,7 @@ namespace sounds {
export const mechanicalMotorStop = music.fromWAV(hex``); export const mechanicalMotorStop = music.fromWAV(hex``);
//% fixedInstance jres block="mechanical ratchet" //% fixedInstance jres block="mechanical ratchet"
export const mechanicalRatchet = music.fromWAV(hex``); export const mechanicalRatchet = music.fromWAV(hex``);
//% fixedInstance jres block='"mechanical sonar"' //% fixedInstance jres block="mechanical sonar"
export const mechanicalSonar = music.fromWAV(hex``); export const mechanicalSonar = music.fromWAV(hex``);
//% fixedInstance jres block="mechanical tick tack" //% fixedInstance jres block="mechanical tick tack"
export const mechanicalTickTack = music.fromWAV(hex``); export const mechanicalTickTack = music.fromWAV(hex``);