mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-31 18:31:04 +00:00
Fix regression dirt texture not beeing default in non cloud menu
This commit is contained in:
parent
5b3bbde1ef
commit
7b3602bab3
6 changed files with 133 additions and 57 deletions
|
@ -103,8 +103,11 @@ core.explode_textlist_event(string) -> table
|
|||
^ type: "INV" (no row selected), "CHG" (selected) or "DCL" (double-click)
|
||||
|
||||
GUI:
|
||||
core.set_background(type, texturepath)
|
||||
core.set_background(type, texturepath,[tile],[minsize])
|
||||
^ type: "background", "overlay", "header" or "footer"
|
||||
^ tile: tile the image instead of scaling (background only)
|
||||
^ minsize: minimum tile size, images are scaled to at least this size prior
|
||||
^ doing tiling (background only)
|
||||
core.set_clouds(<true/false>)
|
||||
core.set_topleft_text(text)
|
||||
core.show_keys_menu()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue