Skip to content

Commit

Permalink
Update Police tune to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed May 24, 2024
1 parent a3917ea commit c650b1d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/defaultTunes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@ const rawTunes: {[tuneName: string]: RawTune} = {
'Police': {
displayName: "Police",
categories: [ "proposed", "easy" ],
description: require("../assets/tuneDescriptions/police.md").default,
descriptionHtml: tuneDescriptionsHtml.police,
patterns: {
Intro: {
ls: "@ms",
Expand All @@ -1868,12 +1868,12 @@ const rawTunes: {[tuneName: string]: RawTune} = {

},
"Break 1": {
ls: "@ms",
ms: " XXXXXXX XXX XXX",
hs: "@ms",
re: "@ms",
sn: "@ms",
ta: "@ms",
ls: " XXXXXXX XXX XXX",
ms: "@ls",
hs: "@ls",
re: "@ls",
sn: "@ls",
ta: "@ls",
ag: "a a a a ",
ot: "D D D D",
},
Expand Down

0 comments on commit c650b1d

Please sign in to comment.