wow thats a lot of changes

This commit is contained in:
2026-01-20 16:50:04 -06:00
parent b0f26c4c6c
commit 9c9c6b99b3
12 changed files with 1679 additions and 112 deletions

View File

@@ -307,6 +307,46 @@
</value>
</block>
<sep gap="50"></sep>
<block type="display_text_as_sprite">
<value name="TEXT">
<shadow type="text">
<field name="TEXT">Hello World!</field>
</shadow>
</value>
</block>
<block type="clear_text_sprite"></block>
<block type="set_text_property">
<value name="VALUE">
<shadow type="text">
<field name="TEXT">Arial</field>
</shadow>
</value>
</block>
<sep gap="50"></sep>
<block type="set_color_effect">
<value name="COLOR">
<shadow type="colour_picker">
<field name="COLOUR">#ff0000</field>
</shadow>
</value>
</block>
<block type="set_effect">
<value name="VALUE">
<shadow type="math_number">
<field name="NUM">25</field>
</shadow>
</value>
</block>
<block type="change_effect">
<value name="VALUE">
<shadow type="math_number">
<field name="NUM">25</field>
</shadow>
</value>
</block>
<block type="clear_effects"></block>
<block type="switch_costume">
<value name="COSTUME">
<shadow type="text">
@@ -442,6 +482,28 @@
<block type="window_size"></block>
</category>
<category name="Sensing" colour="#4CBFE6">
<block type="touching"></block>
<block type="touching_color"></block>
<block type="mouse_down"></block>
<sep gap="50"></sep>
<block type="distance_to"></block>
<sep gap="50"></sep>
<block type="ask_and_wait">
<value name="QUESTION">
<shadow type="text">
<field name="TEXT">What's your name?</field>
</shadow>
</value>
</block>
<block type="answer"></block>
<sep gap="50"></sep>
<block type="current"></block>
<block type="days_since_2000"></block>
<block type="username"></block>
<block type="loudness"></block>
</category>
<category name="Lists" colour="#e35340">
<block type="lists_create_with">
<mutation items="2"></mutation>
@@ -554,6 +616,12 @@
</category>
<category name="Variables" colour="#FF8C1A" custom="GLOBAL_VARIABLES"></category>
<category name="Variable Tools" colour="#FF8C1A">
<block type="show_variable"></block>
<block type="hide_variable"></block>
<block type="move_variable_to"></block>
</category>
</xml>
<script type="module" src="src/scripts/editor.js"></script>