title | description |
---|---|
PXT Status Bar |
General purpose status bars --beta |
Open this page at https://jwunderl.github.io/pxt-status-bar/
This repository can be added as an extension in MakeCode.
- open https://arcade.makecode.com/
- click on New Project
- click on Extensions under the gearwheel menu
- search for https://github.com/jwunderl/pxt-status-bar and import
This creates a status bar
let statusbar = statusbars.create(20, 4, StatusBarKind.Health)
To edit this repository in MakeCode.
- open https://arcade.makecode.com/
- click on Import then click on Import URL
- paste https://github.com/jwunderl/pxt-status-bar and click import
This image shows the blocks code from the last commit in master. This image may take a few minutes to refresh.
- for PXT/arcade