aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-20 22:38:34 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-20 22:38:34 +0200
commit8f7042f1e286890255b7a6f803a2414440be3df2 (patch)
tree6f36ba49cdea7b04c35207cdfc46236dd4d6d5d1 /src/main/java/at/hannibal2/skyhanni/config/features
parented91bbeaca46b3bbbf51cbeb208b14aa87de1cf6 (diff)
parent08da9f51266d8f514a047cd3f9ffb5adfd7b29e8 (diff)
downloadskyhanni-8f7042f1e286890255b7a6f803a2414440be3df2.tar.gz
skyhanni-8f7042f1e286890255b7a6f803a2414440be3df2.tar.bz2
skyhanni-8f7042f1e286890255b7a6f803a2414440be3df2.zip
Merge remote-tracking branch 'origin/beta' into beta
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/dev/GraphConfig.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/dev/GraphConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/dev/GraphConfig.java
index acf9ac67d..dda1ddb1e 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/dev/GraphConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/dev/GraphConfig.java
@@ -33,6 +33,11 @@ public class GraphConfig {
public int selectKey = -98;
@Expose
+ @ConfigOption(name = "Select near look", desc = "Select the node closest to where you are looking.")
+ @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE)
+ public int selectRaycastKey = Keyboard.KEY_NONE;
+
+ @Expose
@ConfigOption(name = "Connect Key", desc = "Connect the nearest node with the active node. If the nodes are already connected removes the connection.")
@ConfigEditorKeybind(defaultKey = Keyboard.KEY_C)
public int connectKey = Keyboard.KEY_C;