Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix(software): change song order
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Mar 15, 2020
1 parent afe3f88 commit 2f3d223
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions series/club-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,68 +205,68 @@
]
},
{
"id": "diving-money",
"name": "diving money",
"id": "deep-clear-eyes",
"name": "Deep clear eyes",
"artist": "QUADRA",
"bpm": 150,
"bpm": 155,
"charts": [
{
"playStyle": "SINGLE",
"difficulty": 1,
"level": 4
"level": 6
},
{
"playStyle": "SINGLE",
"difficulty": 2,
"level": 5
"level": 7
},
{
"playStyle": "SINGLE",
"difficulty": 3,
"level": 7
"level": 8
},
{
"playStyle": "DOUBLE",
"difficulty": 1,
"level": 5
"level": 6
},
{
"playStyle": "DOUBLE",
"difficulty": 2,
"level": 8
"level": 7
}
]
},
{
"id": "deep-clear-eyes",
"name": "Deep clear eyes",
"id": "diving-money",
"name": "diving money",
"artist": "QUADRA",
"bpm": 155,
"bpm": 150,
"charts": [
{
"playStyle": "SINGLE",
"difficulty": 1,
"level": 6
"level": 4
},
{
"playStyle": "SINGLE",
"difficulty": 2,
"level": 7
"level": 5
},
{
"playStyle": "SINGLE",
"difficulty": 3,
"level": 8
"level": 7
},
{
"playStyle": "DOUBLE",
"difficulty": 1,
"level": 6
"level": 5
},
{
"playStyle": "DOUBLE",
"difficulty": 2,
"level": 7
"level": 8
}
]
},
Expand Down

0 comments on commit 2f3d223

Please sign in to comment.