diff options
author | SmallJoker <SmallJoker@users.noreply.github.com> | 2021-03-30 21:49:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 21:49:15 +0200 |
commit | f4118a4fdebe5c8a4a467afe5b3f49a0bd74c37a (patch) | |
tree | f6eb56306a23b3e2c3d31dae5c3c9522bfb15b44 /doc | |
parent | f345d00a436b88e6583896065aab237ff12a9d3d (diff) | |
download | minetest-f4118a4fdebe5c8a4a467afe5b3f49a0bd74c37a.tar.gz minetest-f4118a4fdebe5c8a4a467afe5b3f49a0bd74c37a.tar.bz2 minetest-f4118a4fdebe5c8a4a467afe5b3f49a0bd74c37a.zip |
Consistent title bar + render information in mainmenu (#10764)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu_lua_api.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt index 90ec527b0..f4dfff261 100644 --- a/doc/menu_lua_api.txt +++ b/doc/menu_lua_api.txt @@ -204,7 +204,8 @@ core.get_screen_info() display_width = <width of display>, display_height = <height of display>, window_width = <current window width>, - window_height = <current window height> + window_height = <current window height>, + render_info = <active render information> } |