mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
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:
committed by
GitHub
parent
df3e826087
commit
5c541c6f99
@@ -78,7 +78,9 @@
|
||||
<block type="controls_flow_statements"></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>
|
||||
<block type="math_trig"></block>
|
||||
|
||||
Reference in New Issue
Block a user