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
@@ -113,7 +113,9 @@
|
||||
<block type="controls_flow_statements"></block>
|
||||
</category>
|
||||
<category name="%{BKY_CATMATH}" colour="%{BKY_MATH_HUE}">
|
||||
<block type="math_number"></block>
|
||||
<block type="math_number">
|
||||
<field name="NUM">123</field>
|
||||
</block>
|
||||
<block type="math_arithmetic">
|
||||
<value name="A">
|
||||
<shadow type="math_number">
|
||||
|
||||
Reference in New Issue
Block a user