mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 23:27:38 +09:00
Make keyboard control work
This commit is contained in:
parent
045610dbfe
commit
dac1ba21db
@ -212,6 +212,8 @@ namespace osu.Game.Screens.Edit.Screens.Compose
|
|||||||
{
|
{
|
||||||
marker.MoveToX(getTickPosition(v), 100, Easing.OutQuint);
|
marker.MoveToX(getTickPosition(v), 100, Easing.OutQuint);
|
||||||
marker.Flash();
|
marker.Flash();
|
||||||
|
|
||||||
|
KeyboardStep = v / 3f;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user