Skip to content

Commit

Permalink
Update pxt.json, main.blocks, main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KalbeAbbas committed Nov 9, 2020
1 parent 20001c0 commit d06eab0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Binary file added .github/makecode/blocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions main.blocks
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="pxt-on-start"></block>
<block type="device_forever"></block>
</xml>
<xml xmlns="https://developers.google.com/blockly/xml"><block type="pxt-on-start" id="iBp%`m;Ypl`;vz=8.8E7" x="20" y="20"/><block type="device_forever" id="z.B%2ojbrGFf%e$HO9IK" x="225" y="20"/></xml>
4 changes: 3 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

basic.forever(function () {

})
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
"preferredEditor": "tsprj"
}

0 comments on commit d06eab0

Please sign in to comment.