Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Nov 11, 2024
1 parent a30a491 commit abcaf27
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ default Color getOverlayColor()

@ConfigItem(
keyName = "highlightMarks",
name = "Highlight marks of Grace",
name = "Highlight Marks of grace",
description = "Enable/disable the highlighting of retrievable Marks of Grace",
position = 6
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ default boolean hdMenu()

@ConfigItem(
keyName = "rsCrossSprites",
name = "RunESCape cross sprites",
name = "RuneScape cross sprites",
description = "Replaces left-click cross sprites with the ones in RuneScape"
)
default boolean rsCrossSprites()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ default boolean swapTravel()

@ConfigItem(
keyName = "swapGEItemCollect",
name = "Ge item collect",
name = "GE item collect",
description = "Swap Collect-notes, Collect-items, or Bank options from GE offer",
section = uiSection
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ default Color getMagePrayerColor()

@ConfigItem(
keyName = "fakeXpDropDelay",
name = "Fake xp drop delay",
name = "Fake XP drop delay",
description = "Configures how many ticks should pass between fake XP drops, 0 to disable",
position = 5
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ default boolean enableTooltips()

@ConfigItem(
keyName = "showXpLeft",
name = "Show xp left",
name = "Show XP left",
description = "Shows XP Left inside the globe tooltip box",
position = 1
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ default XpPanelLabel onScreenDisplayModeBottom()
@ConfigItem(
position = 8,
keyName = "xpPanelLabel1",
name = "Top-left xp info label",
name = "Top-left XP info label",
description = "Configures the information displayed in the top-left of XP info box"
)
default XpPanelLabel xpPanelLabel1()
Expand All @@ -148,7 +148,7 @@ default XpPanelLabel xpPanelLabel1()
@ConfigItem(
position = 9,
keyName = "xpPanelLabel2",
name = "Top-right xp info label",
name = "Top-right XP info label",
description = "Configures the information displayed in the top-right of XP info box"
)

Expand All @@ -160,7 +160,7 @@ default XpPanelLabel xpPanelLabel2()
@ConfigItem(
position = 10,
keyName = "xpPanelLabel3",
name = "Bottom-left xp info label",
name = "Bottom-left XP info label",
description = "Configures the information displayed in the bottom-left of XP info box"
)
default XpPanelLabel xpPanelLabel3()
Expand All @@ -171,7 +171,7 @@ default XpPanelLabel xpPanelLabel3()
@ConfigItem(
position = 11,
keyName = "xpPanelLabel4",
name = "Bottom-right xp info label",
name = "Bottom-right XP info label",
description = "Configures the information displayed in the bottom-right of XP info box"
)
default XpPanelLabel xpPanelLabel4()
Expand Down

0 comments on commit abcaf27

Please sign in to comment.