From e507cba8341d703e5ce2f95b326faf09685f0b7e Mon Sep 17 00:00:00 2001 From: Dave Corley Date: Wed, 23 Oct 2024 01:59:02 -0700 Subject: [PATCH] FIX: Actually that doesn't need to be in the fgd lol --- resources/Morrowind.fgd | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/resources/Morrowind.fgd b/resources/Morrowind.fgd index 6815142..286d654 100644 --- a/resources/Morrowind.fgd +++ b/resources/Morrowind.fgd @@ -1,12 +1,3 @@ -@BaseClass = phong -[ - Material_SmoothShading(choices) : "Use smooth shading on this brush" : 1 = - [ - 0 : "False" - 1 : "True" - ] -] - @BaseClass = material [ Material_Emissive_color(color) : "Color emitted by the brush" : "1.0 0 0" @@ -73,7 +64,7 @@ ] ] -@SolidClass base(material, phong) = world_Detail [ +@SolidClass base(material) = world_Detail [ RefId(string) : "Ref Id for the object" : "agronian guy" Name(string) : "Ingame readable name for the book" : "Tarhiel"