summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/menu_lua_api.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt
index cd44fa815..13ef45de0 100644
--- a/doc/menu_lua_api.txt
+++ b/doc/menu_lua_api.txt
@@ -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()