Add graphical offset global settings.
This commit is contained in:
@@ -61,6 +61,18 @@ namespace Cryville.Crtr {
|
||||
}
|
||||
}
|
||||
|
||||
[Category("gameplay")]
|
||||
[Step(0.01f)]
|
||||
[Precision(1e-3)]
|
||||
public float GraphicalOffset {
|
||||
get {
|
||||
return PlayerPrefs.GetFloat("GraphicalOffset", 0);
|
||||
}
|
||||
set {
|
||||
PlayerPrefs.SetFloat("GraphicalOffset", value);
|
||||
}
|
||||
}
|
||||
|
||||
[Browsable(false)]
|
||||
public string LastRunVersion {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user