Pull down scroll velocity option. Add property categories for ruleset config.

This commit is contained in:
2022-11-16 17:30:33 +08:00
parent 87e406e903
commit 80cc5fdbda
3 changed files with 19 additions and 13 deletions

View File

@@ -131,17 +131,6 @@ namespace Cryville.Crtr {
}
}
[Category("gameplay")]
[LogarithmicScale][Step(0.5f)][Precision(1e-1)]
public float ScrollVelocity {
get {
return PlayerPrefs.GetFloat("ScrollVelocity", 1);
}
set {
PlayerPrefs.SetFloat("ScrollVelocity", value);
}
}
[Category("gameplay")]
[Step(0.04f)][Precision(1e-3)]
public float SoundOffset {