diff options
| author | viciscat <51047087+viciscat@users.noreply.github.com> | 2025-07-21 21:45:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-21 15:45:25 -0400 |
| commit | 66ce8f7b2065f9c87e2c2d5da7f010559ef41ada (patch) | |
| tree | 43fa146a5dfa2dc7e98e7b05dfcdd987a0ff6727 /src/main/resources/assets | |
| parent | 9e19c3a95ff88319ab509d77c93cca3a2f9de970 (diff) | |
| download | Skyblocker-66ce8f7b2065f9c87e2c2d5da7f010559ef41ada.tar.gz Skyblocker-66ce8f7b2065f9c87e2c2d5da7f010559ef41ada.tar.bz2 Skyblocker-66ce8f7b2065f9c87e2c2d5da7f010559ef41ada.zip | |
Strong and independent bars (#1432)
* moving bars freely
* some commenting
* Update StatusBar.java
* less magic numbers
Diffstat (limited to 'src/main/resources/assets')
| -rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 5447f383..d05d6ed9 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -1165,7 +1165,7 @@ "skyblocker.bars.config.commonPosition.RIGHT": "Right", "skyblocker.bars.config.defense": "Defense", "skyblocker.bars.config.experience": "Experience", - "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.\nBy hovering your mouse between 2 bars (your cursor should change), you can resize them.\n\nEverything is saved when you leave", + "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), existing bars or you can put them anywhere.\nYou can right click them to edit a bunch of properties.\nBy hovering your mouse between 2 bars (your cursor should change), you can resize them.\n\nEverything is saved when you leave", "skyblocker.bars.config.explanationTitle": "What is this?", "skyblocker.bars.config.health": "Health", "skyblocker.bars.config.hide": "Hide", |
