Setting the value of math_numnber toolbox blocks to 123. (#1773)

Using 123 as a better indicator to the user this block can represent any number,
and the user should replace this value with their own desired number.
This commit is contained in:
Andrew n marshall
2018-04-12 14:46:37 -07:00
committed by GitHub
parent df3e826087
commit 5c541c6f99
17 changed files with 54 additions and 18 deletions

View File

@@ -68,7 +68,9 @@
<block type="controls_whileUntil"></block>
</category>
<category name="Math">
<block type="math_number"></block>
<block type="math_number">
<field name="NUM">123</field>
</block>
<block type="math_arithmetic"></block>
<block type="math_single"></block>
</category>