From 54331ff1364043630eaae020d6b56eb275eca9c1 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Thu, 6 Jul 2023 00:29:46 +1000 Subject: Merge pull request #297 * actually made it work * Merge branch 'beta' into outlines * fixing up merge * Merge branch 'beta' into outlines * merge conflicts --- src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java index 030a2b68e..dc86379b8 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java @@ -250,6 +250,11 @@ public class RiftConfig { @ConfigEditorSlider(minStep = 1, maxValue = 9, minValue = 1) public Property lookAhead = Property.of(2); + @Expose + @ConfigOption(name = "Outline", desc = "Outlines the top edge of the platforms.") + @ConfigEditorBoolean + public boolean outline = true; + @Expose @ConfigOption(name = "Rainbow Color", desc = "Show the rainbow color effect instead of a boring monochrome.") @ConfigEditorBoolean -- cgit