Skip to content

Commit 0ffe2da

Browse files
authored
fix: fix gameplay settings (#98)
1 parent 614a52d commit 0ffe2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Settings/Bundles/GameplaySettingsBundle.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ public class GameplaySettingsBundle : ScriptableObject {
1010
private void OnEnable() {
1111
CameraShake = new SettingProperty("cameraShake", 1);
1212
CameraWeight = new SettingProperty("cameraWeight", 60);
13-
CameraWeight = new SettingProperty("autoDialogue", 1);
14-
CameraWeight = new SettingProperty("skipDialogue", 0);
13+
AutoDialogue = new SettingProperty("autoDialogue", 0);
14+
SkipDialogue = new SettingProperty("skipDialogue", 0);
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)