We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a09956 commit 791cae7Copy full SHA for 791cae7
1 file changed
main.ts
@@ -92,14 +92,14 @@ class Circle {
92
}
93
//% group="Properties"
94
//% blockSetVariable="myCircle"
95
- //% blockCombine block="color"
+ //% blockCombine block="fill color"
96
set fillColor(value: number) {
97
this._fillColor = value;
98
this._img.drawCircle(this.centerXY, this.centerXY, this._radius, this._color);
99
100
101
102
- //% blockCombine block="Fill Color
103
get fillColor() {
104
return this._fillColor;
105
0 commit comments