TGUI updates + statpanel

This commit is contained in:
Artur
2020-09-02 17:52:47 +03:00
parent d97d9f564b
commit 3bef4ba35e
175 changed files with 12354 additions and 7980 deletions

View File

@@ -258,7 +258,7 @@ commit, while escape cancels.
**Props:**
- See inherited props: [Box](#box)
- `fluid`: fill availible horizontal space
- `fluid`: fill available horizontal space
- `onCommit: (e, value) => void`: function that is called after the user
defocuses the input or presses enter
- `currentValue: string`: default string to display when the input is shown
@@ -275,7 +275,7 @@ interface.
Example (button):
```jsx
```
<ByondUi
params={{
id: 'test_button', // optional, can be auto-generated
@@ -287,7 +287,7 @@ Example (button):
Example (map):
```jsx
```
<ByondUi
params={{
id: 'test_map',