forked from Mirrorlandia_minetest/minetest
Add information about the button height
This commit is contained in:
parent
d4cc49e9a7
commit
d60434c7b1
@ -408,6 +408,7 @@ examples.
|
||||
* Clickable button. When clicked, fields will be sent.
|
||||
* `x`, `y` and `name` work as per field
|
||||
* `w` and `h` are the size of the button
|
||||
* Fixed button height. It will be vertically centred on `h`
|
||||
* `label` is the text on the button
|
||||
* Position and size units are inventory slots
|
||||
|
||||
|
@ -1857,6 +1857,7 @@ examples.
|
||||
* Clickable button. When clicked, fields will be sent.
|
||||
* `x`, `y` and `name` work as per field
|
||||
* `w` and `h` are the size of the button
|
||||
* Fixed button height. It will be vertically centred on `h`
|
||||
* `label` is the text on the button
|
||||
* Position and size units are inventory slots
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user