Skip to content

Commit

Permalink
Update blocks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Feb 4, 2022
1 parent e66f141 commit f92342e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions RobotFly_20220127/blockly/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,8 @@ Blockly.Blocks['robotfly_command7'] = {
this.appendValueInput("val_")
.appendField("[1000±1000]")
.setCheck("Number");
this.setInputsInline(true);
this.setPreviousStatement(true);
this.setNextStatement(true);
this.setColour(60);
this.setInputsInline(true);
this.setOutput(true, null);
this.setColour(300);
}
};

0 comments on commit f92342e

Please sign in to comment.