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:
parent
dafe8d6448
commit
c5e406a007
@ -55,6 +55,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
MaxValue = 360,
|
||||
Precision = 1
|
||||
},
|
||||
KeyboardStep = 1f,
|
||||
Instantaneous = true
|
||||
},
|
||||
rotationOrigin = new EditorRadioButtonCollection
|
||||
|
@ -70,6 +70,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
Value = 1,
|
||||
Default = 1,
|
||||
},
|
||||
KeyboardStep = 0.01f,
|
||||
Instantaneous = true
|
||||
},
|
||||
scaleOrigin = new EditorRadioButtonCollection
|
||||
|
Loading…
Reference in New Issue
Block a user