diff options
author | msg-programs <msgdoesstuff@gmail.com> | 2023-09-03 10:44:34 +0200 |
---|---|---|
committer | msg-programs <msgdoesstuff@gmail.com> | 2023-09-03 10:44:34 +0200 |
commit | 7ee6a9100aff91179e837d00a9bcee607a20ca63 (patch) | |
tree | de69b8f7a9224d14467d848625b2251b30d6d975 /src/main/resources/assets/skyblocker | |
parent | 6e5a77698ebfd189daa46f45523d8286450999ae (diff) | |
download | Skyblocker-7ee6a9100aff91179e837d00a9bcee607a20ca63.tar.gz Skyblocker-7ee6a9100aff91179e837d00a9bcee607a20ca63.tar.bz2 Skyblocker-7ee6a9100aff91179e837d00a9bcee607a20ca63.zip |
Add missing widget docs and widgets
Diffstat (limited to 'src/main/resources/assets/skyblocker')
-rw-r--r-- | src/main/resources/assets/skyblocker/tabhud/readme.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/readme.md b/src/main/resources/assets/skyblocker/tabhud/readme.md index a50c1f96..70702d9c 100644 --- a/src/main/resources/assets/skyblocker/tabhud/readme.md +++ b/src/main/resources/assets/skyblocker/tabhud/readme.md @@ -68,6 +68,7 @@ Grouped by themes (roughly) - SkillsWidget: The player's skill levels and stats - TrapperWidget: Trapper pelts on the farming island. - UpgradeWidget: Currently running upgrades +- CameraPositionWidget: Shows orientation (pitch/yaw) of camera #### Garden - ComposterWidget: The composter in the garden. @@ -96,12 +97,12 @@ Grouped by themes (roughly) #### Rift - AdvertisementWidget: Shows rift ads. -- GoodToKnowWidget: -- RiftProfileWidget: -- RiftProgressWidget: +- GoodToKnowWidget: Lifetime Motes earned and/or times you visited the rift. +- RiftProfileWidget: Info about your player profile while in the rift. +- RiftProgressWidget: Info about Montezuma, Timecharms and Enigma Souls. - RiftServerInfoWidget: Server widget specialized for the rift. - RiftStatsWidget: Server widget specialized for the rift. -- ShenWidget: +- ShenWidget: Shows Shen's countdown #### Player lists - PlayerListWidget: Generic list of players in the area. |