We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877351a commit 129a6a9Copy full SHA for 129a6a9
Assets/JCSUnity/Scripts/Settings/JCS_ApplicationSettings.cs
@@ -30,10 +30,10 @@ public class JCS_ApplicationSettings : JCS_Settings<JCS_ApplicationSettings>
30
31
[Separator("Initialize Variables (JCS_ApplicationSettings)")]
32
33
- [Tooltip("Control frame rate yourself.")]
+ [Tooltip("Enable to overwrite the default frame rate.")]
34
public bool SET_FRAME_RATE = false;
35
36
- [Tooltip("Set the game frame rate.")]
+ [Tooltip("Target frame rate.")]
37
[Range(30, 120)]
38
public int FRAME_RATE = 120;
39
0 commit comments