Skip to content

Commit

Permalink
Lua_api.txt: Update glasslike_framed textures documentation (#7884)
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed Nov 22, 2018
1 parent 015e463 commit 1c91cb8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doc/lua_api.txt
Expand Up @@ -1077,16 +1077,11 @@ Look for examples in `games/minimal` or `games/minetest_game`.
* `glasslike_framed`
* All face-connected nodes are drawn as one volume within a surrounding
frame.
* The frame appearence is generated from the edges of the first texture
* The frame appearance is generated from the edges of the first texture
specified in `tiles`. The width of the edges used are 1/16th of texture
size: 1 pixel for 16x16, 2 pixels for 32x32 etc.
* The glass 'shine' (or other desired detail) on each node face is supplied
by the second texture specified in `tiles`.
* If a third texture is specified in `tiles` it will be used for the top and
base of the glass volume.
* If third and fourth textures are specified in `tiles`, the third will be
used for the top of the glass volume and the fourth will be used for the
base of the glass volume.
* `glasslike_framed_optional`
* This switches between the above 2 drawtypes according to the menu setting
'Connected Glass'.
Expand Down

0 comments on commit 1c91cb8

Please sign in to comment.