diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-09-03 19:39:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-03 19:39:31 -0400 |
commit | d6d50160c9a1e5145119d4b06bcd74e9c662238e (patch) | |
tree | be5a79cae3e4ba9dde41da715a4cfd4b02459792 /src/main/resources/assets | |
parent | 6e5a77698ebfd189daa46f45523d8286450999ae (diff) | |
download | Skyblocker-d6d50160c9a1e5145119d4b06bcd74e9c662238e.tar.gz Skyblocker-d6d50160c9a1e5145119d4b06bcd74e9c662238e.tar.bz2 Skyblocker-d6d50160c9a1e5145119d4b06bcd74e9c662238e.zip |
Fix Place Stage figure (#272)
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/tabhud/readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/readme.md b/src/main/resources/assets/skyblocker/tabhud/readme.md index a50c1f96..9e637500 100644 --- a/src/main/resources/assets/skyblocker/tabhud/readme.md +++ b/src/main/resources/assets/skyblocker/tabhud/readme.md @@ -177,10 +177,12 @@ Example: Stack A, B, C vertically/center-aligned, then align with leftOfCenter - Places a widget at some position, moving it in any direction as needed. Only makes sense to use on one widget at a time, as applying the same Place op to multiple widgtes causes them to be on top of each other. Example: Place A at "center" +``` +-----------+ +-----------+ | | | | | A | | -> v | | | --> | A | | | | | | | | | -+-----------+ +-----------+
\ No newline at end of file ++-----------+ +-----------+ +```
\ No newline at end of file |