1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Add new drawtype GLASSLIKE_FRAMED

This commit is contained in:
RealBadAngel
2013-04-25 02:39:21 +02:00
committed by kwolekr
parent e703c5b81f
commit 625a4c2e66
5 changed files with 135 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ struct EnumString es_DrawType[] =
{NDT_LIQUID, "liquid"},
{NDT_FLOWINGLIQUID, "flowingliquid"},
{NDT_GLASSLIKE, "glasslike"},
{NDT_GLASSLIKE_FRAMED, "glasslike_framed"},
{NDT_ALLFACES, "allfaces"},
{NDT_ALLFACES_OPTIONAL, "allfaces_optional"},
{NDT_TORCHLIKE, "torchlike"},