1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 21:27:25 +08:00
osu-lazer/osu.Game.Rulesets.Mania/Resources/Testing/Beatmaps/convert-samples-expected-conversion.json

33 lines
732 B
JSON
Raw Normal View History

2020-06-05 03:54:19 +08:00
{
"Mappings": [{
"StartTime": 1000.0,
"Objects": [{
"StartTime": 1000.0,
"EndTime": 2750.0,
"Column": 1,
"NodeSamples": [
2020-10-30 11:12:30 +08:00
["Gameplay/normal-hitnormal"],
["Gameplay/soft-hitnormal"],
["Gameplay/drum-hitnormal"]
],
2020-10-30 11:12:30 +08:00
"Samples": ["Gameplay/-hitnormal"]
2020-06-05 03:54:19 +08:00
}, {
"StartTime": 1875.0,
"EndTime": 2750.0,
"Column": 0,
"NodeSamples": [
2020-10-30 11:12:30 +08:00
["Gameplay/soft-hitnormal"],
["Gameplay/drum-hitnormal"]
],
2020-10-30 11:12:30 +08:00
"Samples": ["Gameplay/-hitnormal"]
2020-06-05 03:54:19 +08:00
}]
}, {
"StartTime": 3750.0,
"Objects": [{
"StartTime": 3750.0,
"EndTime": 3750.0,
"Column": 3,
2020-10-30 11:12:30 +08:00
"Samples": ["Gameplay/normal-hitnormal"]
2020-06-05 03:54:19 +08:00
}]
}]
}