diff --git a/.github/makecode/blocks.png b/.github/makecode/blocks.png new file mode 100644 index 0000000..ff01e32 Binary files /dev/null and b/.github/makecode/blocks.png differ diff --git a/main.blocks b/main.blocks index 9720ca4..fd0869b 100644 --- a/main.blocks +++ b/main.blocks @@ -1,4 +1 @@ - - - - \ No newline at end of file + \ No newline at end of file diff --git a/main.ts b/main.ts index 8b13789..ee54a1b 100644 --- a/main.ts +++ b/main.ts @@ -1 +1,3 @@ - +basic.forever(function () { + +}) diff --git a/pxt.json b/pxt.json index ea7a4d3..87752df 100644 --- a/pxt.json +++ b/pxt.json @@ -18,5 +18,5 @@ "supportedTargets": [ "microbit" ], - "preferredEditor": "blocksprj" + "preferredEditor": "tsprj" }