Skip to content

Commit

Permalink
FIX: Actually that doesn't need to be in the fgd lol
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 23, 2024
1 parent e44b1ba commit e507cba
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions resources/Morrowind.fgd
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e507cba

Please sign in to comment.