Dense fog

This commit is contained in:
paulevsGitch 2020-10-01 17:29:01 +03:00
parent b383c9f92e
commit ce4405f3ea
4 changed files with 70 additions and 36 deletions

View 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;
}