forked from Simnation/Main
14 lines
134 B
Markdown
14 lines
134 B
Markdown
![]() |
# jg-textui
|
||
|
|
||
|
Show text UI:
|
||
|
|
||
|
```lua
|
||
|
exports['jg-textui']:DrawText(text)
|
||
|
```
|
||
|
|
||
|
Hide text UI:
|
||
|
|
||
|
```lua
|
||
|
exports['jg-textui']:HideText()
|
||
|
```
|