diff options
author | msg-programs <msgdoesstuff@gmail.com> | 2023-08-10 22:15:09 +0200 |
---|---|---|
committer | msg-programs <msgdoesstuff@gmail.com> | 2023-08-10 22:15:09 +0200 |
commit | bb37c6d9c0bbf6ee42c9201c383e1bac4160bd8e (patch) | |
tree | 8d511bbcd8451870538c1c467626f7f1ccb5eb06 /src/main/resources/assets/skyblocker/tabhud | |
parent | 812ade9e227715161c417a1aafc0e846d9af55a0 (diff) | |
download | Skyblocker-bb37c6d9c0bbf6ee42c9201c383e1bac4160bd8e.tar.gz Skyblocker-bb37c6d9c0bbf6ee42c9201c383e1bac4160bd8e.tar.bz2 Skyblocker-bb37c6d9c0bbf6ee42c9201c383e1bac4160bd8e.zip |
Implement missing arguments (top, bot) for collide op
Diffstat (limited to 'src/main/resources/assets/skyblocker/tabhud')
-rw-r--r-- | src/main/resources/assets/skyblocker/tabhud/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/readme.md b/src/main/resources/assets/skyblocker/tabhud/readme.md index 8ba473fd..800a69d2 100644 --- a/src/main/resources/assets/skyblocker/tabhud/readme.md +++ b/src/main/resources/assets/skyblocker/tabhud/readme.md @@ -133,7 +133,7 @@ Example: align A and B with "horizontalCenter" #### Collide - op: `collideAgainst` -- direction: One of `left`, `right` +- direction: One of `left`, `right`, `top`, `bot` - widgets: List of widgets to individually move. - colliders: List static reference widgets to "collide against". - Moves a widget in the `direction` until it would overlap with any one of the colliders. Doesn't move the widget in the other direction, doesn't move the widget if it wouldn't collide with anything. |