Skip to content

Commit

Permalink
Create customSongOptions.json
Browse files Browse the repository at this point in the history
Probably will be manually set in-game but just in case
  • Loading branch information
LSPECTRONIZTAR authored Oct 24, 2024
1 parent fd194aa commit c883ab8
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions Game Assets/miscellanous/customSongOptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"General Information": [
{
"name": "Song Name",
"optionType": "text"
},
{
"name": "Song Artist",
"optionType": "text"
},
{
"name": "Song Sub-Name",
"optionType": "text"
}
],
"Resources": [
{
"name": "Song",
"optionType": "audio"
},
{
"name": "Cover",
"optionType": "image"
},
{
"name": "Background",
"optionType": "image"
}
],
"Timing": [
{
"name": "Song BPM",
"optionType": "number"
},
{
"name": "Song Offset",
"description": "Beatmap will start at the specified time (in seconds).",
"optionType": "number"
},
{
"name": "Reaction Time",
"description": "Auto-changes whenever BPM is changed.",
"optionType": "number",
"difficulty": true
},
{
"name": "Number of Keys",
"optionType": "slider",
"sliderRange": {"min": 1, "max": 9},
"exclusive": "Mania",
"difficulty": true
},
{
"name": "Difficulty Level",
"optionType": "slider",
"sliderRange": {"min": 0, "max": 10, "disableRounding": true},
"difficulty": true
}
]
}

0 comments on commit c883ab8

Please sign in to comment.