Add math_atan2 block to demos and playgrounds

This commit is contained in:
Nadya Febiana Djojosantoso
2018-10-11 14:56:13 -07:00
parent d3deeedc02
commit d822efa322
8 changed files with 75 additions and 0 deletions

View File

@@ -200,6 +200,18 @@
</value>
</block>
<block type="math_random_float"></block>
<block type="math_atan2">
<value name="X">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
<value name="Y">
<shadow type="math_number">
<field name="NUM">1</field>
</shadow>
</value>
</block>
</category>
<category name="%{BKY_CATTEXT}" colour="%{BKY_TEXTS_HUE}">
<block type="text"></block>