Initial files for MakeCode project

This commit is contained in:
Waylon Walker 2022-03-19 11:48:06 -05:00
parent 7778211460
commit 726a7fc973
26 changed files with 59021 additions and 0 deletions

11
assets/js/custom.js Normal file
View file

@ -0,0 +1,11 @@
/**
* This will be loaded before starting the simulator.
* If you wish to add custom javascript,
* ** make sure to add this line to pxt.json**
*
* "disableTargetTemplateFiles": true
*
* otherwise MakeCode will override your changes.
*
* To register a constrol simmessages, use addSimMessageHandler
*/