Fog density
This commit is contained in:
parent
c91d788dfe
commit
25b1ce5e67
4 changed files with 150 additions and 1 deletions
9
src/main/java/ru/bclib/util/BackgroundInfo.java
Normal file
9
src/main/java/ru/bclib/util/BackgroundInfo.java
Normal file
|
@ -0,0 +1,9 @@
|
|||
package ru.bclib.util;
|
||||
|
||||
public class BackgroundInfo {
|
||||
public static float fogColorRed;
|
||||
public static float fogColorGreen;
|
||||
public static float fogColorBlue;
|
||||
public static float fogDensity = 1;
|
||||
public static float blindness;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue