This commit is contained in:
Nordi98 2025-08-04 20:32:58 +02:00
parent f57a27b8df
commit 4b4bb3b0ab
76 changed files with 6389 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# jg-textui

Show text UI:

```lua
exports['jg-textui']:DrawText(text)
```

Hide text UI:

```lua
exports['jg-textui']:HideText()
```