From d4ed30581b655fe13a9a0489c57cf82bd622acc9 Mon Sep 17 00:00:00 2001 From: eYuM <101909226+eYuM-coder@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:10:49 -0700 Subject: [PATCH] Update operators.js --- blocks_vertical/operators.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/blocks_vertical/operators.js b/blocks_vertical/operators.js index 1caa04481c..24aa937c03 100644 --- a/blocks_vertical/operators.js +++ b/blocks_vertical/operators.js @@ -468,3 +468,17 @@ Blockly.Blocks['operator_mathop'] = { }); } }; + +Blockly.Blocks['operator_tofixed'] = { + "message0": Blockly.Msg.OPERATORS_TOFIXED, + "args0": [ + { + "type": "input_value", + "name": "NUM1", + }, + { + "type": "input_value", + "name": "NUM2", + } + ] +}