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

27 lines
526 B
JSON
Raw Normal View History

2020-06-05 03:54:19 +08:00
{
"Mappings": [{
"StartTime": 500.0,
"Objects": [{
"StartTime": 500.0,
"EndTime": 1500.0,
"Column": 0,
"NodeSamples": [
2020-10-30 11:12:30 +08:00
["Gameplay/normal-hitnormal"],
2020-06-05 03:54:19 +08:00
[]
],
2020-10-30 11:12:30 +08:00
"Samples": ["Gameplay/normal-hitnormal"]
2020-06-05 03:54:19 +08:00
}]
}, {
"StartTime": 2000.0,
"Objects": [{
"StartTime": 2000.0,
"EndTime": 3000.0,
"Column": 2,
"NodeSamples": [
2020-10-30 11:12:30 +08:00
["Gameplay/drum-hitnormal"],
2020-06-05 03:54:19 +08:00
[]
],
2020-10-30 11:12:30 +08:00
"Samples": ["Gameplay/drum-hitnormal"]
2020-06-05 03:54:19 +08:00
}]
}]
}