Browse Source

Change the default values for heightFog

ShiroSmith 6 years ago
parent
commit
28db16cc37
1 changed files with 2 additions and 2 deletions
  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,