mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 17:17: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,
|
MaxValue = 360,
|
||||||
Precision = 1
|
Precision = 1
|
||||||
},
|
},
|
||||||
|
KeyboardStep = 1f,
|
||||||
Instantaneous = true
|
Instantaneous = true
|
||||||
},
|
},
|
||||||
rotationOrigin = new EditorRadioButtonCollection
|
rotationOrigin = new EditorRadioButtonCollection
|
||||||
|
@ -70,6 +70,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
|||||||
Value = 1,
|
Value = 1,
|
||||||
Default = 1,
|
Default = 1,
|
||||||
},
|
},
|
||||||
|
KeyboardStep = 0.01f,
|
||||||
Instantaneous = true
|
Instantaneous = true
|
||||||
},
|
},
|
||||||
scaleOrigin = new EditorRadioButtonCollection
|
scaleOrigin = new EditorRadioButtonCollection
|
||||||
|
Loading…
Reference in New Issue
Block a user