Skip to content

Commit

Permalink
Fix Place Stage figure
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed Sep 2, 2023
1 parent 6e5a776 commit 8d9d0e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/assets/skyblocker/tabhud/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| | | |
| | | |
+-----------+ +-----------+
+-----------+ +-----------+
```

0 comments on commit 8d9d0e9

Please sign in to comment.