Skip to content

Commit 791cae7

Browse files
Update main.ts
1 parent 3a09956 commit 791cae7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ class Circle {
9292
}
9393
//% group="Properties"
9494
//% blockSetVariable="myCircle"
95-
//% blockCombine block="color"
95+
//% blockCombine block="fill color"
9696
set fillColor(value: number) {
9797
this._fillColor = value;
9898
this._img.drawCircle(this.centerXY, this.centerXY, this._radius, this._color);
9999
}
100100
//% group="Properties"
101101
//% blockSetVariable="myCircle"
102-
//% blockCombine block="Fill Color
102+
//% blockCombine block="fill color"
103103
get fillColor() {
104104
return this._fillColor;
105105
}

0 commit comments

Comments
 (0)