Skip to content

Commit 621f393

Browse files
committed
experimenting with blocks
1 parent 40f3b77 commit 621f393

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

guiComponents.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
//% block="MicroGUI" weight=100, color=#000A83
23
namespace microgui {
34
import AppInterface = user_interface_base.AppInterface
45
import Scene = user_interface_base.Scene
@@ -29,6 +30,8 @@ namespace microgui {
2930
* This Bounds object is the extent of the component.
3031
* See getLeftAndTop in GUIComponentAbstract for how this is calculated.
3132
*/
33+
34+
//% block="Alignment" weight=100, color=#FF5733
3235
export const enum GUIComponentAlignment {
3336
TOP,
3437
LEFT,

package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)