mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-21 11:55:43 +02:00
Add optional framed glasslike drawtype
This commit is contained in:
@@ -406,8 +406,7 @@ Nodes can also contain extra data. See "Node Metadata".
|
||||
|
||||
Node drawtypes
|
||||
---------------
|
||||
There are a bunch of different looking node types. These are mostly just
|
||||
copied from Minetest 0.3; more may be made in the future.
|
||||
There are a bunch of different looking node types.
|
||||
|
||||
Look for examples in games/minimal or games/minetest_game.
|
||||
|
||||
@@ -417,6 +416,7 @@ Look for examples in games/minimal or games/minetest_game.
|
||||
- flowingliquid
|
||||
- glasslike
|
||||
- glasslike_framed
|
||||
- glasslike_framed_optional
|
||||
- allfaces
|
||||
- allfaces_optional
|
||||
- torchlike
|
||||
@@ -427,6 +427,8 @@ Look for examples in games/minimal or games/minetest_game.
|
||||
- raillike
|
||||
- nodebox -- See below. EXPERIMENTAL
|
||||
|
||||
*_optional drawtypes need less rendering time if deactivated (always client side)
|
||||
|
||||
Node boxes
|
||||
-----------
|
||||
Node selection boxes are defined using "node boxes"
|
||||
|
Reference in New Issue
Block a user