From bb37c6d9c0bbf6ee42c9201c383e1bac4160bd8e Mon Sep 17 00:00:00 2001 From: msg-programs Date: Thu, 10 Aug 2023 22:15:09 +0200 Subject: Implement missing arguments (top, bot) for collide op --- src/main/resources/assets/skyblocker/tabhud/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/assets/skyblocker/tabhud/readme.md') 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. -- cgit