Dense fog
This commit is contained in:
parent
b383c9f92e
commit
ce4405f3ea
4 changed files with 70 additions and 36 deletions
8
src/main/java/ru/betterend/util/BackgroundInfo.java
Normal file
8
src/main/java/ru/betterend/util/BackgroundInfo.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
package ru.betterend.util;
|
||||
|
||||
public class BackgroundInfo {
|
||||
public static float red;
|
||||
public static float green;
|
||||
public static float blue;
|
||||
public static float fog = 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue