-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca3bd74
commit d8d0caa
Showing
24 changed files
with
281 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
[ | ||
{ | ||
"uid": "77-0", | ||
"name": "漂流", | ||
"author": "THE SxPLAY & KIVΛ", | ||
"bpm": "145", | ||
"music": "piaoliu_music", | ||
"demo": "piaoliu_demo", | ||
"cover": "piaoliu_cover", | ||
"hexieCover": "", | ||
"noteJson": "piaoliu_map", | ||
"scene": "scene_01", | ||
"levelDesigner": "thb", | ||
"difficulty1": "6", | ||
"difficulty2": "8", | ||
"difficulty3": "10", | ||
"callBackDifficulty1": "6", | ||
"callBackDifficulty2": "8", | ||
"callBackDifficulty3": "10", | ||
"unlockLevel": "0" | ||
}, | ||
{ | ||
"uid": "77-1", | ||
"name": "The Whole Rest", | ||
"author": "KIVΛ", | ||
"bpm": "157", | ||
"music": "the_whole_rest_music", | ||
"demo": "the_whole_rest_demo", | ||
"cover": "the_whole_rest_cover", | ||
"hexieCover": "", | ||
"noteJson": "the_whole_rest_map", | ||
"scene": "scene_01", | ||
"levelDesigner": "無極Rayix", | ||
"difficulty1": "5", | ||
"difficulty2": "8", | ||
"difficulty3": "10", | ||
"difficulty4": "11", | ||
"callBackDifficulty1": "5", | ||
"callBackDifficulty2": "8", | ||
"callBackDifficulty3": "10", | ||
"callBackDifficulty4": "11", | ||
"unlockLevel": "0" | ||
}, | ||
{ | ||
"uid": "77-2", | ||
"name": "Hydra", | ||
"author": "James Landino X Akira Complex", | ||
"bpm": "160", | ||
"music": "hydra_music", | ||
"demo": "hydra_demo", | ||
"cover": "hydra_cover", | ||
"hexieCover": "", | ||
"noteJson": "hydra_map", | ||
"scene": "scene_01", | ||
"levelDesigner1": "Howard_Y", | ||
"levelDesigner2": "Howard_Y", | ||
"levelDesigner3": "H**ARD_Y", | ||
"difficulty1": "4", | ||
"difficulty2": "7", | ||
"difficulty3": "11", | ||
"callBackDifficulty1": "4", | ||
"callBackDifficulty2": "7", | ||
"callBackDifficulty3": "11", | ||
"unlockLevel": "0" | ||
}, | ||
{ | ||
"uid": "77-3", | ||
"name": "Pastel Lines", | ||
"author": "Reku Mochizuki", | ||
"bpm": "150", | ||
"music": "pastel_lines_music", | ||
"demo": "pastel_lines_demo", | ||
"cover": "pastel_lines_cover", | ||
"hexieCover": "", | ||
"noteJson": "pastel_lines_map", | ||
"scene": "scene_05", | ||
"levelDesigner": "Shiroha_筱羽", | ||
"difficulty1": "3", | ||
"difficulty2": "6", | ||
"difficulty3": "9", | ||
"callBackDifficulty1": "3", | ||
"callBackDifficulty2": "6", | ||
"callBackDifficulty3": "9", | ||
"unlockLevel": "0" | ||
}, | ||
{ | ||
"uid": "77-4", | ||
"name": "LINK x LIN#S", | ||
"author": "Halv", | ||
"bpm": "132", | ||
"music": "link_lin_s_music", | ||
"demo": "link_lin_s_demo", | ||
"cover": "link_lin_s_cover", | ||
"hexieCover": "", | ||
"noteJson": "link_lin_s_map", | ||
"scene": "scene_01", | ||
"levelDesigner": "HXJ_ConveX", | ||
"difficulty1": "3", | ||
"difficulty2": "6", | ||
"difficulty3": "9", | ||
"callBackDifficulty1": "3", | ||
"callBackDifficulty2": "6", | ||
"callBackDifficulty3": "9", | ||
"unlockLevel": "0" | ||
}, | ||
{ | ||
"uid": "77-5", | ||
"name": "Arcade ViruZ", | ||
"author": "Aspid Cat", | ||
"bpm": "165", | ||
"music": "arcade_viruz_music", | ||
"demo": "arcade_viruz_demo", | ||
"cover": "arcade_viruz_cover", | ||
"hexieCover": "", | ||
"noteJson": "arcade_viruz_map", | ||
"scene": "scene_03", | ||
"levelDesigner": "526d39795a585a6c636b5a5955773d3d", | ||
"difficulty1": "6", | ||
"difficulty2": "8", | ||
"difficulty3": "10", | ||
"callBackDifficulty1": "6", | ||
"callBackDifficulty2": "8", | ||
"callBackDifficulty3": "10", | ||
"unlockLevel": "0" | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"name": "漂流", | ||
"author": "THE SxPLAY & KIVΛ" | ||
}, | ||
{ | ||
"name": "The Whole Rest", | ||
"author": "KIVΛ" | ||
}, | ||
{ | ||
"name": "Hydra", | ||
"author": "James Landino X Akira Complex" | ||
}, | ||
{ | ||
"name": "Pastel Lines", | ||
"author": "Reku Mochizuki" | ||
}, | ||
{ | ||
"name": "LINK x LIN#S", | ||
"author": "Halv" | ||
}, | ||
{ | ||
"name": "Arcade ViruZ", | ||
"author": "Aspid Cat" | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"name": "漂流", | ||
"author": "THE SxPLAY & KIVΛ" | ||
}, | ||
{ | ||
"name": "The Whole Rest", | ||
"author": "KIVΛ" | ||
}, | ||
{ | ||
"name": "Hydra", | ||
"author": "James Landino X Akira Complex" | ||
}, | ||
{ | ||
"name": "Pastel Lines", | ||
"author": "Reku Mochizuki" | ||
}, | ||
{ | ||
"name": "LINK x LIN#S", | ||
"author": "Halv" | ||
}, | ||
{ | ||
"name": "Arcade ViruZ", | ||
"author": "Aspid Cat" | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"name": "Hyouryu", | ||
"author": "THE SxPLAY & KIVΛ" | ||
}, | ||
{ | ||
"name": "The Whole Rest", | ||
"author": "KIVΛ" | ||
}, | ||
{ | ||
"name": "Hydra", | ||
"author": "James Landino X Akira Complex" | ||
}, | ||
{ | ||
"name": "Pastel Lines", | ||
"author": "Reku Mochizuki" | ||
}, | ||
{ | ||
"name": "LINK x LIN#S", | ||
"author": "Halv" | ||
}, | ||
{ | ||
"name": "Arcade ViruZ", | ||
"author": "Aspid Cat" | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"name": "漂流", | ||
"author": "THE SxPLAY & KIVΛ" | ||
}, | ||
{ | ||
"name": "The Whole Rest", | ||
"author": "KIVΛ" | ||
}, | ||
{ | ||
"name": "Hydra", | ||
"author": "James Landino X Akira Complex" | ||
}, | ||
{ | ||
"name": "Pastel Lines", | ||
"author": "Reku Mochizuki" | ||
}, | ||
{ | ||
"name": "LINK x LIN#S", | ||
"author": "Halv" | ||
}, | ||
{ | ||
"name": "Arcade ViruZ", | ||
"author": "Aspid Cat" | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"name": "漂流", | ||
"author": "THE SxPLAY & KIVΛ" | ||
}, | ||
{ | ||
"name": "The Whole Rest", | ||
"author": "KIVΛ" | ||
}, | ||
{ | ||
"name": "Hydra", | ||
"author": "James Landino X Akira Complex" | ||
}, | ||
{ | ||
"name": "Pastel Lines", | ||
"author": "Reku Mochizuki" | ||
}, | ||
{ | ||
"name": "LINK x LIN#S", | ||
"author": "Halv" | ||
}, | ||
{ | ||
"name": "Arcade ViruZ", | ||
"author": "Aspid Cat" | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,9 @@ | |
{ | ||
"title": "MD 补完计划" | ||
}, | ||
{ | ||
"title": "Let's 音游趴体!" | ||
}, | ||
{ | ||
"title": "暮 色 電 台 FM105" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,9 @@ | |
{ | ||
"title": "MD 補完計劃" | ||
}, | ||
{ | ||
"title": "Let's 音游趴體!" | ||
}, | ||
{ | ||
"title": "暮 色 電 台 FM105" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,9 @@ | |
{ | ||
"title": "MD Plus Project" | ||
}, | ||
{ | ||
"title": "Let's Rhythm Jam!" | ||
}, | ||
{ | ||
"title": "MUSE RADIO FM105" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,9 @@ | |
{ | ||
"title": "MD 補完計画" | ||
}, | ||
{ | ||
"title": "Let's音ゲーパーティー!" | ||
}, | ||
{ | ||
"title": "ミューズラジオ FM105" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,9 @@ | |
{ | ||
"title": "MD 보완 계획" | ||
}, | ||
{ | ||
"title": "Let's 리듬게임 파티!" | ||
}, | ||
{ | ||
"title": "뮤즈 라디오 FM105" | ||
}, | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.