missing icons and add difficulties

This commit is contained in:
MathieuG-P
2022-11-13 02:14:53 +01:00
parent 4c36f2321a
commit 8217a577a0
14 changed files with 197 additions and 31 deletions
+6 -1
View File
@@ -30,5 +30,10 @@ export interface RawMapDifficulty {
_difficultyRank: string,
_beatmapFilename: string,
_noteJumpMovementSpeed: number,
_noteJumpStartBeatOffset: number
_noteJumpStartBeatOffset: number,
_customData?: RawMapDifficultyCustomData
}
export interface RawMapDifficultyCustomData {
_difficultyLabel?: string
}