Skip to content

Commit

Permalink
add description for centered
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jun 25, 2024
1 parent 3ce8217 commit ee55471
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CrosshairEntry(
@Slider(name = "Y Offset", min = -1080f, max = 1080f)
var offsetY = 0

@Switch(name = "Centered")
@Switch(name = "Centered", description = "In vanilla Minecraft, the crosshair is not centered. Enable this option to center the crosshair.")
var centered = false

@Button(name = "Transform", text = "Reset", size = 1)
Expand Down

0 comments on commit ee55471

Please sign in to comment.