1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 01:25:20 +02:00

Add firelike drawtype

This commit is contained in:
TriBlade9
2014-09-20 07:37:40 +08:00
committed by ShadowNinja
parent b5a6bf2068
commit 9a685a4f2e
6 changed files with 169 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ struct EnumString ScriptApiNode::es_DrawType[] =
{NDT_TORCHLIKE, "torchlike"},
{NDT_SIGNLIKE, "signlike"},
{NDT_PLANTLIKE, "plantlike"},
{NDT_FIRELIKE, "firelike"},
{NDT_FENCELIKE, "fencelike"},
{NDT_RAILLIKE, "raillike"},
{NDT_NODEBOX, "nodebox"},