Browse Source

Change the default values for heightFog

ShiroSmith 6 năm trước cách đây
mục cha
commit
28db16cc37
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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,