forked from your-land-mirror/minetest-flow
Update README.md
This commit is contained in:
parent
e29c27de44
commit
45e61e34c9
10
README.md
10
README.md
@ -364,7 +364,11 @@ gui.Button{
|
||||
},
|
||||
```
|
||||
|
||||
## Hiding elements
|
||||
## Experimental features
|
||||
|
||||
These features might be broken in the future.
|
||||
|
||||
### Hiding elements
|
||||
|
||||
Elements inside boxes can have `visible = false` set to hide them from the
|
||||
player. Elements hidden this way will still take up space like with
|
||||
@ -372,10 +376,6 @@ player. Elements hidden this way will still take up space like with
|
||||
|
||||
The style elements are invisible and won't affect padding.
|
||||
|
||||
## Experimental features
|
||||
|
||||
These features might be broken in the future.
|
||||
|
||||
### `no_prepend[]`
|
||||
|
||||
You can set `no_prepend = true` on the "root" element to disable formspec
|
||||
|
Loading…
Reference in New Issue
Block a user