Skip to content

Commit

Permalink
enviro
Browse files Browse the repository at this point in the history
  • Loading branch information
aedenthorn committed May 26, 2020
1 parent 678160f commit 049c8e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified .vs/PortiaMods/v16/.suo
Binary file not shown.
12 changes: 6 additions & 6 deletions Environment/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -497,12 +497,12 @@ public class Settings : UnityModManager.ModSettings
public float vignetteRoundness = 0f;
public bool vignetteRounded = false;

internal float bloomIntensity = 0.5f;
internal float bloomThreshold = 1.1f;
internal float bloomSoftKnee = 0.5f;
internal float bloomRadius = 4f;
internal bool bloomAntiFlicker = false;
internal float bloomLensDirtIntensity = 3f;
public float bloomIntensity = 0.5f;
public float bloomThreshold = 1.1f;
public float bloomSoftKnee = 0.5f;
public float bloomRadius = 4f;
public bool bloomAntiFlicker = false;
public float bloomLensDirtIntensity = 3f;

public string ToggleKey = "page up";

Expand Down
2 changes: 1 addition & 1 deletion repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{"Id": "CustomTextures", "Version": "0.5.0"},
{"Id": "DeeDeeAnywhere", "Version": "0.1.3"},
{"Id": "DialogueEdit", "Version": "0.1.0"},
{"Id": "Environment", "Version": "0.3.1"},
{"Id": "Environment", "Version": "0.3.2"},
{"Id": "FasterPiggy", "Version": "0.1.0"},
{"Id": "FishBowlMod", "Version": "0.3.2"},
{"Id": "InfiniteLevels", "Version": "0.1.0"},
Expand Down

0 comments on commit 049c8e9

Please sign in to comment.