mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Implement combo offsets
This commit is contained in:
@ -24,6 +24,7 @@ namespace osu.Game.Rulesets.Objects.Legacy.Catch
|
||||
{
|
||||
X = position.X,
|
||||
NewCombo = newCombo,
|
||||
ComboOffset = comboOffset
|
||||
};
|
||||
}
|
||||
|
||||
@ -33,6 +34,7 @@ namespace osu.Game.Rulesets.Objects.Legacy.Catch
|
||||
{
|
||||
X = position.X,
|
||||
NewCombo = newCombo,
|
||||
ComboOffset = comboOffset,
|
||||
ControlPoints = controlPoints,
|
||||
Distance = length,
|
||||
CurveType = curveType,
|
||||
@ -45,7 +47,8 @@ namespace osu.Game.Rulesets.Objects.Legacy.Catch
|
||||
{
|
||||
return new ConvertSpinner
|
||||
{
|
||||
EndTime = endTime
|
||||
EndTime = endTime,
|
||||
ComboOffset = comboOffset
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user