diff options
author | vicisacat <victor.branchu@gmail.com> | 2024-04-17 23:07:49 +0200 |
---|---|---|
committer | vicisacat <victor.branchu@gmail.com> | 2024-04-20 16:09:49 +0200 |
commit | f0ff0b555621f2d7f240bc72ccc1c7667badab6f (patch) | |
tree | 76feeb4c44483a364cce571eecc4809022c13411 /src/main/resources/assets | |
parent | b791e38cbd36360935164e337fa992bf514cbb36 (diff) | |
download | Skyblocker-f0ff0b555621f2d7f240bc72ccc1c7667badab6f.tar.gz Skyblocker-f0ff0b555621f2d7f240bc72ccc1c7667badab6f.tar.bz2 Skyblocker-f0ff0b555621f2d7f240bc72ccc1c7667badab6f.zip |
things happened yea
rewrote the entire thing to use semi data-driven BarAnchors
help button in the config screen
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 5921cc95..e28b2316 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -505,6 +505,9 @@ "skyblocker.bars.config.textColor": "Text Color", "skyblocker.bars.config.showValue": "Show Value", "skyblocker.bars.config.icon": "Icon", + "skyblocker.bars.config.openScreen": "Status Bars Config screen", + "skyblocker.bars.config.explanationTitle": "What is this?", + "skyblocker.bars.config.explanation": "Welcome to the status bars config screen!\n\nDrag and drop the bars to snap them to an anchor (white squares) or existing bars.\nYou can right click them to edit a bunch of properties.\n\nEverything is saved when you leave", "skyblocker.updaterepository.failed": "§cUpdating local repository failed. Remove files manually and restart game.", |