Pull down scroll velocity option. Add property categories for ruleset config.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user