diff options
author | TriBlade9 <triblade9@mail.com> | 2014-09-20 07:37:40 +0800 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2014-09-21 15:50:27 -0400 |
commit | 9a685a4f2ec98f64c622f87690378b1c2a084473 (patch) | |
tree | 2e313aca39e62c834119c3a5f913ff20f5c14e3d /src/nodedef.h | |
parent | b5a6bf20688617f5f9df80264b11d4b7d1eb656f (diff) | |
download | minetest-9a685a4f2ec98f64c622f87690378b1c2a084473.tar.gz minetest-9a685a4f2ec98f64c622f87690378b1c2a084473.tar.bz2 minetest-9a685a4f2ec98f64c622f87690378b1c2a084473.zip |
Add firelike drawtype
Diffstat (limited to 'src/nodedef.h')
-rw-r--r-- | src/nodedef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodedef.h b/src/nodedef.h index 1f596e46b..262f4bc4e 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -149,6 +149,7 @@ enum NodeDrawType NDT_GLASSLIKE_FRAMED, // Glass-like, draw connected frames and all all // visible faces // uses 2 textures, one for frames, second for faces + NDT_FIRELIKE, // Draw faces slightly rotated and only on connecting nodes }; #define CF_SPECIAL_COUNT 6 |