Add the lightmap UDMF keywords into namedef_custom.h

This commit is contained in:
nashmuhandes 2022-01-21 01:42:54 +08:00
parent 8ea47fdcc3
commit e67c421201

View file

@ -859,3 +859,23 @@ xx(Exclude)
xx(Userstring) xx(Userstring)
xx(Sky) xx(Sky)
xx(Pagename) xx(Pagename)
// Lightmap keywords
//xx(lightcolor) // already defined
xx(lightintensity)
xx(lightdistance)
xx(lightinnerangle)
xx(lightouterangle)
xx(lightcolorfloor)
xx(lightintensityfloor)
xx(lightdistancefloor)
xx(lightcolorceiling)
xx(lightintensityceiling)
xx(lightdistanceceiling)
xx(suncolor)
xx(sundirx)
xx(sundiry)
xx(sundirz)
xx(sampledistance)
xx(bounces)
xx(gridsize)