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 8750d1c commit cfe628e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dance/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ enum _Dances_Actvity {
//% block="golem gallop"
Move1,
//% block="shulker shuffle"
Move3,
Move2,
//% block="mushroom march"
Move4,
Move3,
//% block="creeper clap"
Move6
Move4
}

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

0 comments on commit cfe628e

Please sign in to comment.