fixed sound name
This commit is contained in:
		@@ -121,7 +121,7 @@
 | 
			
		||||
  "sounds.mechanicalMotorStart|block": "mechanical motor start",
 | 
			
		||||
  "sounds.mechanicalMotorStop|block": "mechanical motor stop",
 | 
			
		||||
  "sounds.mechanicalRatchet|block": "mechanical ratchet",
 | 
			
		||||
  "sounds.mechanicalSonar|block": "\"mechanical sonar\"",
 | 
			
		||||
  "sounds.mechanicalSonar|block": "mechanical sonar",
 | 
			
		||||
  "sounds.mechanicalTickTack|block": "mechanical tick tack",
 | 
			
		||||
  "sounds.mechanicalWalk|block": "mechanical walk",
 | 
			
		||||
  "sounds.movementsArm1|block": "movements arm1",
 | 
			
		||||
 
 | 
			
		||||
@@ -175,7 +175,7 @@ namespace sounds {
 | 
			
		||||
    export const mechanicalMotorStop = music.fromWAV(hex``);
 | 
			
		||||
    //% fixedInstance jres block="mechanical ratchet"
 | 
			
		||||
    export const mechanicalRatchet = music.fromWAV(hex``);
 | 
			
		||||
    //% fixedInstance jres block='"mechanical sonar"'
 | 
			
		||||
    //% fixedInstance jres block="mechanical sonar"
 | 
			
		||||
    export const mechanicalSonar = music.fromWAV(hex``);
 | 
			
		||||
    //% fixedInstance jres block="mechanical tick tack"
 | 
			
		||||
    export const mechanicalTickTack = music.fromWAV(hex``);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user