Skip to content

Commit

Permalink
Update dance/main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Aug 23, 2024
1 parent adfb018 commit ef9943a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dance/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ enum Dance {
enum _Dances_Actvity {
//% block="golem gallop"
Move1,
//% block="wither wave"
Move2,
//% block="shulker shuffle"
Move3,
//% block="mushroom march"
Move4,
//% block="creeper clap"
Move6
}

//% block="HOC2024" weight=200 color=#0B3D91 icon="\uf186"
Expand Down Expand Up @@ -109,15 +109,15 @@ namespace hoc {
case _Dances_Actvity.Move1:
player.execute("scoreboard players set move dance.var 01")
break;
case _Dances_Actvity.Move2:
player.execute("scoreboard players set move dance.var 02")
break;
case _Dances_Actvity.Move3:
player.execute("scoreboard players set move dance.var 03")
break;
case _Dances_Actvity.Move4:
player.execute("scoreboard players set move dance.var 04")
break;
case _Dances_Actvity.Move6:
player.execute("scoreboard players set move dance.var 06")
break;
}
loops.pause(communicationsTimeout)
}
Expand Down

0 comments on commit ef9943a

Please sign in to comment.