Pārlūkot izejas kodu

add more default shaders into defaultProps.json

trethaller 4 gadi atpakaļ
vecāks
revīzija
4f6aecf12a
1 mainītis faili ar 7 papildinājumiem un 2 dzēšanām
  1. 7 2
      bin/defaultProps.json

+ 7 - 2
bin/defaultProps.json

@@ -134,8 +134,13 @@
 
 	// FX editor
 	"fx.shaders": [
-		"h3d.shader.AnimatedTexture",
-		"h3d.shader.ColorAdd"],
+		"h3d.shader.AlphaChannel",
+		"h3d.shader.AlphaMult",
+		"h3d.shader.ColorAdd",
+		"h3d.shader.ColorMult",
+		"h3d.shader.UVDelta",
+		"h3d.shader.UVScroll"
+	],
 
 	"fx.tags": [ { "id": "tag", "color": "#802000" } ],