浏览代码

Change the default values for heightFog

ShiroSmith 6 年之前
父节点
当前提交
28db16cc37
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      hrt/prefab/rfx/HeightFog.hx

+ 2 - 2
hrt/prefab/rfx/HeightFog.hx

@@ -22,8 +22,8 @@ class HeightFog extends RendererFX {
 		props = ({
 			startHeight : 0,
 			endHeight : 100,
-			startOpacity : 0,
-			endOpacity : 1,
+			startOpacity : 1,
+			endOpacity : 0,
 		 	startColor : 0xffffff,
 	    	endColor : 0xffffff,
 			startColorHeight : 0,