summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-07-06 00:29:46 +1000
committerGitHub <noreply@github.com>2023-07-05 16:29:46 +0200
commit54331ff1364043630eaae020d6b56eb275eca9c1 (patch)
treeda88cdf6a084b33263d79da9e53def0a76913db3 /src/main/java/at/hannibal2/skyhanni/config/features
parent0d284cf02fb68873212e5b394ebeb3509370cbfb (diff)
downloadskyhanni-54331ff1364043630eaae020d6b56eb275eca9c1.tar.gz
skyhanni-54331ff1364043630eaae020d6b56eb275eca9c1.tar.bz2
skyhanni-54331ff1364043630eaae020d6b56eb275eca9c1.zip
Merge pull request #297
* actually made it work * Merge branch 'beta' into outlines * fixing up merge * Merge branch 'beta' into outlines * merge conflicts
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java5
1 files changed, 5 insertions, 0 deletions
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
@@ -251,6 +251,11 @@ public class RiftConfig {
public Property<Integer> 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
public Property<Boolean> rainbowColor = Property.of(true);