mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 03:42:57 +08:00
Add failing test
This commit is contained in:
parent
ee2a06be2f
commit
c755bcbec4
@ -27,6 +27,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
[TestCase("hardrock-spinner", new[] { typeof(CatchModHardRock) })]
|
||||
[TestCase("right-bound-hr-offset", new[] { typeof(CatchModHardRock) })]
|
||||
[TestCase("basic-hyperdash")]
|
||||
[TestCase("pixel-jump")]
|
||||
public new void Test(string name, params Type[] mods) => base.Test(name, mods);
|
||||
|
||||
protected override IEnumerable<ConvertValue> CreateConvertValue(HitObject hitObject)
|
||||
|
@ -0,0 +1,34 @@
|
||||
{
|
||||
"Mappings": [
|
||||
{
|
||||
"StartTime": 23143.0,
|
||||
"Objects": [
|
||||
{
|
||||
"StartTime": 23143.0,
|
||||
"Position": 307.0,
|
||||
"HyperDash": false
|
||||
},
|
||||
{
|
||||
"StartTime": 23226.0,
|
||||
"Position": 354.644958,
|
||||
"HyperDash": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"StartTime": 23310.0,
|
||||
"Objects": [
|
||||
{
|
||||
"StartTime": 23310.0,
|
||||
"Position": 214.0,
|
||||
"HyperDash": false
|
||||
},
|
||||
{
|
||||
"StartTime": 23393.0,
|
||||
"Position": 154.841156,
|
||||
"HyperDash": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
osu file format v14
|
||||
|
||||
[General]
|
||||
StackLeniency: 0.2
|
||||
Mode: 0
|
||||
|
||||
[Difficulty]
|
||||
HPDrainRate:5.5
|
||||
CircleSize:4
|
||||
OverallDifficulty:8.6
|
||||
ApproachRate:9.4
|
||||
SliderMultiplier:2
|
||||
SliderTickRate:1
|
||||
|
||||
[TimingPoints]
|
||||
310,333.333333333333,4,2,1,45,1,0
|
||||
23142,-83.3333333333333,4,2,1,70,0,0
|
||||
23225,-83.3333333333333,4,2,1,5,0,0
|
||||
23309,-83.3333333333333,4,2,1,75,0,0
|
||||
|
||||
[HitObjects]
|
||||
307,184,23143,2,0,P|330:160|366:150,1,59.9999981689454,2|0,0:1|0:0,0:0:0:0:
|
||||
214,335,23310,2,0,L|149:324,1,59.9999981689454,10|0,0:0|0:0,0:0:0:0:
|
Loading…
Reference in New Issue
Block a user