We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614a52d commit 0ffe2daCopy full SHA for 0ffe2da
Assets/Settings/Bundles/GameplaySettingsBundle.cs
@@ -10,8 +10,8 @@ public class GameplaySettingsBundle : ScriptableObject {
10
private void OnEnable() {
11
CameraShake = new SettingProperty("cameraShake", 1);
12
CameraWeight = new SettingProperty("cameraWeight", 60);
13
- CameraWeight = new SettingProperty("autoDialogue", 1);
14
- CameraWeight = new SettingProperty("skipDialogue", 0);
+ AutoDialogue = new SettingProperty("autoDialogue", 0);
+ SkipDialogue = new SettingProperty("skipDialogue", 0);
15
}
16
17
0 commit comments