Skip to content

Commit

Permalink
Change from click-to-select to a proper next/previous page tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Sep 20, 2021
1 parent 7f53283 commit b138e50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/panels/gamemode_panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gamemode_panel:
indexing: true
action:
left:
tooltip: challenges.gui.tips.click-to-select
tooltip: challenges.gui.tips.click-to-previous
2: gamemode
3: gamemode
4: gamemode
Expand All @@ -38,7 +38,7 @@ gamemode_panel:
indexing: true
action:
left:
tooltip: challenges.gui.tips.click-to-select
tooltip: challenges.gui.tips.click-to-next
reusable:
gamemode:
data:
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/panels/main_panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ main_panel:
indexing: true
action:
left:
tooltip: challenges.gui.tips.click-to-select
tooltip: challenges.gui.tips.click-to-previous
2: challenge_button
3: challenge_button
4: challenge_button
Expand All @@ -46,7 +46,7 @@ main_panel:
indexing: true
action:
left:
tooltip: challenges.gui.tips.click-to-select
tooltip: challenges.gui.tips.click-to-next
5:
1:
icon: TIPPED_ARROW:INSTANT_HEAL::::1
Expand All @@ -58,7 +58,7 @@ main_panel:
indexing: true
action:
left:
tooltip: challenges.gui.tips.click-to-select
tooltip: challenges.gui.tips.click-to-previous
2: level_button
3: level_button
4: level_button
Expand All @@ -76,7 +76,7 @@ main_panel:
indexing: true
action:
left:
tooltip: challenges.gui.tips.click-to-select
tooltip: challenges.gui.tips.click-to-next
6:
5:
icon: IRON_BARS
Expand Down

0 comments on commit b138e50

Please sign in to comment.