1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-05 19:31:04 +00:00
This commit is contained in:
ZenonSeth 2025-09-30 11:40:22 -07:00 committed by GitHub
commit 6282b6514e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 119 additions and 35 deletions

View file

@ -218,6 +218,10 @@ GUI
* `minsize`: minimum tile size, images are scaled to at least this size prior
doing tiling (background only)
* `core.set_clouds(<true/false>)`
* `core.set_clouds_color(colorString)`
* `colorString` : `"#RRGGBB"` format
* `core.set_sky_color(<true/false>)`
* `colorString` : `"#RRGGBB"` format
* `core.set_topleft_text(text)`
* `core.show_touchscreen_layout()`
* `core.show_path_select_dialog(formname, caption, is_file_select)`