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"