Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Add Camera
Browse files Browse the repository at this point in the history
  • Loading branch information
KgDW committed Dec 21, 2024
1 parent 19009ff commit 9ac011e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MotionCamera extends Module {

public MotionCamera() {
super("MotionCamera", category.render);
this.registerSetting(offset = new SliderSetting("Offset", 0, -1, 1, 0.01));
this.registerSetting(offset = new SliderSetting("Offset", 0, -2, 2, 0.1));
this.registerSetting(maxOffset = new SliderSetting("Max offset", 1.5, 0, 5, 0.1));
this.registerSetting(smooth = new ButtonSetting("Smooth", true));
this.registerSetting(onlyThirdPerson = new ButtonSetting("Only third person", true));
Expand Down

0 comments on commit 9ac011e

Please sign in to comment.