diff options
author | Vitaliy <numzer0@yandex.ru> | 2020-06-06 23:25:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 22:25:18 +0200 |
commit | e746607d0f8531e3a8b12cc45294aecf36217b17 (patch) | |
tree | 9f14362bb55c0e167a12f03b2e2803f04c60cf93 /doc | |
parent | 36099ba947e6a54429c9fdd45ef1fc6dcc86389b (diff) | |
download | minetest-e746607d0f8531e3a8b12cc45294aecf36217b17.tar.gz minetest-e746607d0f8531e3a8b12cc45294aecf36217b17.tar.bz2 minetest-e746607d0f8531e3a8b12cc45294aecf36217b17.zip |
Restore visual_scale support for nodeboxes (and allfaces) (#9906)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 8c81b7020..898531880 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -6941,7 +6941,7 @@ Used by `minetest.register_node`. visual_scale = 1.0, -- Supported for drawtypes "plantlike", "signlike", "torchlike", - -- "firelike", "mesh". + -- "firelike", "mesh", "nodebox", "allfaces". -- For plantlike and firelike, the image will start at the bottom of the -- node. For torchlike, the image will start at the surface to which the -- node "attaches". For the other drawtypes the image will be centered |