From 45e61e34c990b1b54c7d98390383d87d692e44f9 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Fri, 24 Mar 2023 16:21:51 +1300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f81f6a..89510e4 100644 --- a/README.md +++ b/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