Skip to content

Commit 7b247e9

Browse files
committed
wip #87
1 parent e189d4a commit 7b247e9

File tree

12 files changed

+713
-397
lines changed

12 files changed

+713
-397
lines changed

src/assets/js/blockly/blocks.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,17 +1394,17 @@ Blockly.Blocks.coderbot_music_note_basic = {
13941394
alt: 'note',
13951395
flipRtl: 'FALSE'
13961396
}))
1397-
.appendField('NOTA ')
1397+
.appendField('NOTA')
13981398
.appendField(new Blockly.FieldDropdown([
1399-
['DO ', 'C2'],
1400-
['RE ', 'D2'],
1401-
['MI ', 'E2'],
1402-
['FA ', 'F2'],
1403-
['SOL ', 'G2'],
1404-
['LA ', 'A3'],
1405-
['SI ', 'B3'],
1406-
['DO+ ', 'C3'],
1407-
['RE+ ', 'D3']
1399+
['DO', 'C2'],
1400+
['RE', 'D2'],
1401+
['MI', 'E2'],
1402+
['FA', 'F2'],
1403+
['SOL', 'G2'],
1404+
['LA', 'A3'],
1405+
['SI', 'B3'],
1406+
['DO+', 'C3'],
1407+
['RE+', 'D3']
14081408
]), 'NAME');
14091409
this.setInputsInline(true);
14101410
this.setPreviousStatement(true, null);

0 commit comments

Comments
 (0)