mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
Add new setting to enable/disable dark mode in main menu. Add core funcs to set sky/cloud colors
This commit is contained in:
parent
aba2b6638e
commit
8d6d1ff6ac
13 changed files with 119 additions and 35 deletions
|
@ -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)`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue