Browse Source

correct materials.cs

Johxz 8 years ago
parent
commit
d4866219af
1 changed files with 16 additions and 0 deletions
  1. 16 0
      Templates/BaseGame/game/tools/shapes/materials.cs

+ 16 - 0
Templates/BaseGame/game/tools/shapes/materials.cs

@@ -0,0 +1,16 @@
+//--- noshape.dts MATERIALS BEGIN ---
+singleton Material(noshape_NoShape)
+{
+    mapTo = "NoShape";
+
+    diffuseMap[0] = "";
+    diffuseColor[0] = "0.8 0.003067 0 .8";
+    emissive[0] = 0;
+    doubleSided = false;
+    translucent = 1;
+    translucentBlendOp = "LerpAlpha";
+    castShadows = false;
+    materialTag0 = "WorldEditor";
+};
+
+//--- noshape.dts MATERIALS END ---