mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Add show, hide, direction to palette
This commit is contained in:
parent
ce941c6fd8
commit
a47a9a9b7e
1 changed files with 3 additions and 0 deletions
|
@ -246,6 +246,8 @@
|
|||
</block>
|
||||
</category>
|
||||
<category name="Looks">
|
||||
<block type="looks_show"></block>
|
||||
<block type="looks_hide"></block>
|
||||
<block type="looks_changeeffectby">
|
||||
<value name="EFFECT">
|
||||
<shadow type="looks_effectmenu"></shadow>
|
||||
|
@ -360,6 +362,7 @@
|
|||
</block>
|
||||
<block type="motion_xposition"></block>
|
||||
<block type="motion_yposition"></block>
|
||||
<block type="motion_direction"></block>
|
||||
</category>
|
||||
</xml>
|
||||
|
||||
|
|
Loading…
Reference in a new issue