mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Add a TickDistance to TestCaseHitObjects.
This commit is contained in:
@ -75,6 +75,7 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
Length = 400,
|
Length = 400,
|
||||||
Position = new Vector2(-200, 0),
|
Position = new Vector2(-200, 0),
|
||||||
Velocity = 1,
|
Velocity = 1,
|
||||||
|
TickDistance = 100,
|
||||||
}));
|
}));
|
||||||
break;
|
break;
|
||||||
case HitObjectType.Spinner:
|
case HitObjectType.Spinner:
|
||||||
|
Reference in New Issue
Block a user