Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ppy
GitHub Repository: ppy/osu
Path: blob/master/osu.Game.Rulesets.Mania.Tests/Resources/Testing/Beatmaps/mania-samples-expected-conversion.json
4919 views
1
{
2
"Mappings": [{
3
"StartTime": 500.0,
4
"Objects": [{
5
"StartTime": 500.0,
6
"EndTime": 1500.0,
7
"Column": 0,
8
"PlaySlidingSamples": false,
9
"NodeSamples": [
10
["Gameplay/normal-hitnormal"],
11
[]
12
],
13
"Samples": ["Gameplay/normal-hitnormal"]
14
}]
15
}, {
16
"StartTime": 2000.0,
17
"Objects": [{
18
"StartTime": 2000.0,
19
"EndTime": 3000.0,
20
"Column": 2,
21
"PlaySlidingSamples": false,
22
"NodeSamples": [
23
["Gameplay/drum-hitnormal"],
24
[]
25
],
26
"Samples": ["Gameplay/drum-hitnormal"]
27
}]
28
}]
29
}
30