Skip to content

Commit

Permalink
Adjust starting clouds alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
tyson-kubota committed Dec 30, 2016
1 parent 99b6e8e commit 34e7d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FallingPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
static var startingFogColor : Color = Color(1.17, 1.17, 1.17, 2);
static var startingFogEndDistance : int = 1500;
static var startingCameraFarClipPlane : int = 1700;
static var startingCloudsAlpha : float = .39f;
static var startingCloudsAlpha : float = .25f; // Unity 4 used .39f (99 in RGBA)

//original for corroded sky tubes level
//static var startingFogEndDistance : int = 2500;
Expand Down

0 comments on commit 34e7d9b

Please sign in to comment.