Skip to content

Commit 0d46f42

Browse files
committed
change some block name
1 parent f3429ea commit 0d46f42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snowflake.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ namespace snowflake {
198198
/**
199199
* start running
200200
*/
201-
//% block="start"
201+
//% block="start snow"
202202
//% weight = 80
203203
export function start(): void {
204204
_update = true
@@ -207,7 +207,7 @@ namespace snowflake {
207207
/**
208208
* pause running
209209
*/
210-
//% block="pause"
210+
//% block="pause snow"
211211
//% weight = 70
212212
export function pause(): void {
213213
_update = false
@@ -216,7 +216,7 @@ namespace snowflake {
216216
/**
217217
* Restart again
218218
*/
219-
//% block="reset"
219+
//% block="reset snow"
220220
//% weight = 60
221221
export function reset() {
222222
_pile = [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],

0 commit comments

Comments
 (0)