1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 12:27:26 +08:00

add keyboard step matching osu stable

This commit is contained in:
OliBomby 2024-10-16 21:18:48 +02:00
parent dafe8d6448
commit c5e406a007
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ namespace osu.Game.Rulesets.Osu.Edit
MaxValue = 360,
Precision = 1
},
KeyboardStep = 1f,
Instantaneous = true
},
rotationOrigin = new EditorRadioButtonCollection

View File

@ -70,6 +70,7 @@ namespace osu.Game.Rulesets.Osu.Edit
Value = 1,
Default = 1,
},
KeyboardStep = 0.01f,
Instantaneous = true
},
scaleOrigin = new EditorRadioButtonCollection