mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 05:19:55 +08:00
Merge pull request #32311 from peppy/allow-larger-grid
Allow grid spacing setting up to 256 pixels
This commit is contained in:
@@ -57,7 +57,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
public BindableFloat Spacing { get; } = new BindableFloat(4f)
|
||||
{
|
||||
MinValue = 4f,
|
||||
MaxValue = 128f,
|
||||
MaxValue = 256f,
|
||||
Precision = 0.01f,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user