Skip to content

Commit

Permalink
Backend: Graph Editor Description for one way edges (#3071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunderblade73 authored Dec 15, 2024
1 parent 542c619 commit 36a2968
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class GraphConfig {
public int dissolveKey = Keyboard.KEY_NONE;

@Expose
@ConfigOption(name = "Edge Cycle", desc = "Cycles the direction of the edge.")
@ConfigOption(name = "Edge Cycle", desc = "Cycles the direction of the edge that is between the active and the closed node. (Used to make one-directional ways)")
@ConfigEditorKeybind(defaultKey = Keyboard.KEY_H)
public int edgeCycle = Keyboard.KEY_H;

Expand Down

0 comments on commit 36a2968

Please sign in to comment.