Skip to content

Commit 1c91cb8

Browse files
authoredNov 22, 2018
Lua_api.txt: Update glasslike_framed textures documentation (#7884)
1 parent 015e463 commit 1c91cb8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎doc/lua_api.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -1077,16 +1077,11 @@ Look for examples in `games/minimal` or `games/minetest_game`.
10771077
* `glasslike_framed`
10781078
* All face-connected nodes are drawn as one volume within a surrounding
10791079
frame.
1080-
* The frame appearence is generated from the edges of the first texture
1080+
* The frame appearance is generated from the edges of the first texture
10811081
specified in `tiles`. The width of the edges used are 1/16th of texture
10821082
size: 1 pixel for 16x16, 2 pixels for 32x32 etc.
10831083
* The glass 'shine' (or other desired detail) on each node face is supplied
10841084
by the second texture specified in `tiles`.
1085-
* If a third texture is specified in `tiles` it will be used for the top and
1086-
base of the glass volume.
1087-
* If third and fourth textures are specified in `tiles`, the third will be
1088-
used for the top of the glass volume and the fourth will be used for the
1089-
base of the glass volume.
10901085
* `glasslike_framed_optional`
10911086
* This switches between the above 2 drawtypes according to the menu setting
10921087
'Connected Glass'.

0 commit comments

Comments
 (0)
Please sign in to comment.