support for deletable on start

This commit is contained in:
Peli de Halleux 2017-01-17 11:18:22 -08:00
parent 538a4b7bbf
commit a4b93f7199
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="pxt-on-start"></block>
<block type="device_forever"></block>
</xml>

View File

@ -72,7 +72,8 @@
"logicBlocks": true,
"variablesBlocks": true,
"onStartColor": "#0078D7",
"onStartNamespace": "basic"
"onStartNamespace": "basic",
"onStartWeight": 54
},
"simulator": {
"autoRun": true,