Firelike drawtype: Add missing docs for visual_scale in lua_api.txt (#5434)
authorParamat <paramat@users.noreply.github.com>
Mon, 20 Mar 2017 21:22:16 +0000 (21:22 +0000)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Mon, 20 Mar 2017 21:22:16 +0000 (22:22 +0100)
doc/lua_api.txt

index 9b53b87f51b963388ea1fe8cd30a8c11fdaac577..2ac8f107798eddb4456d48a0990e628fa792cdbf 100644 (file)
@@ -3841,9 +3841,10 @@ Definition tables
 
         drawtype = "normal", -- See "Node drawtypes"
         visual_scale = 1.0, --[[
-        ^ Supported for drawtypes "plantlike", "signlike", "torchlike", "mesh".
-        ^ For plantlike, the image will start at the bottom of the node; for the
-        ^ other drawtypes, the image will be centered on the node.
+        ^ Supported for drawtypes "plantlike", "signlike", "torchlike",
+        ^ "firelike", "mesh".
+        ^ For plantlike and firelike, the image will start at the bottom of the
+        ^ node, for the other drawtypes the image will be centered on the node.
         ^ Note that positioning for "torchlike" may still change. ]]
         tiles = {tile definition 1, def2, def3, def4, def5, def6}, --[[
         ^ Textures of node; +Y, -Y, +X, -X, +Z, -Z (old field name: tile_images)