mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 00:02:54 +08:00
Add one more test case
This commit is contained in:
parent
ced4e61b54
commit
6867a398ca
@ -18,6 +18,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
|
||||
[TestCase("basic"), Ignore("See: https://github.com/ppy/osu/issues/2232")]
|
||||
[TestCase("spinner")]
|
||||
[TestCase("spinner-and-circles")]
|
||||
public new void Test(string name)
|
||||
{
|
||||
base.Test(name);
|
||||
|
@ -0,0 +1,65 @@
|
||||
{
|
||||
"Mappings": [{
|
||||
"StartTime": 2589,
|
||||
"Objects": [{
|
||||
"StartTime": 2589,
|
||||
"Position": 256
|
||||
}]
|
||||
},
|
||||
{
|
||||
"StartTime": 2915,
|
||||
"Objects": [{
|
||||
"StartTime": 2915,
|
||||
"Position": 65
|
||||
},
|
||||
{
|
||||
"StartTime": 2916,
|
||||
"Position": 482
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"StartTime": 3078,
|
||||
"Objects": [{
|
||||
"StartTime": 3078,
|
||||
"Position": 164
|
||||
},
|
||||
{
|
||||
"StartTime": 3079,
|
||||
"Position": 315
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"StartTime": 3241,
|
||||
"Objects": [{
|
||||
"StartTime": 3241,
|
||||
"Position": 145
|
||||
},
|
||||
{
|
||||
"StartTime": 3242,
|
||||
"Position": 159
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"StartTime": 3404,
|
||||
"Objects": [{
|
||||
"StartTime": 3404,
|
||||
"Position": 310
|
||||
},
|
||||
{
|
||||
"StartTime": 3405,
|
||||
"Position": 441
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"StartTime": 5197,
|
||||
"Objects": [{
|
||||
"StartTime": 5197,
|
||||
"Position": 256
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
osu file format v14
|
||||
|
||||
[General]
|
||||
StackLeniency: 0.7
|
||||
Mode: 2
|
||||
|
||||
[Difficulty]
|
||||
HPDrainRate:5
|
||||
CircleSize:2
|
||||
OverallDifficulty:5
|
||||
ApproachRate:8
|
||||
SliderMultiplier:1.4
|
||||
SliderTickRate:4
|
||||
|
||||
[TimingPoints]
|
||||
2589,326.086956521739,4,2,1,70,1,0
|
||||
|
||||
[HitObjects]
|
||||
256,192,2589,5,0,0:0:0:0:
|
||||
256,192,2915,12,0,2916,0:0:0:0:
|
||||
256,192,3078,12,0,3079,0:0:0:0:
|
||||
256,192,3241,12,0,3242,0:0:0:0:
|
||||
256,192,3404,12,0,3405,0:0:0:0:
|
||||
256,192,5197,5,0,0:0:0:0:
|
Loading…
Reference in New Issue
Block a user