This commit is contained in:
Anuken
2022-10-15 09:41:43 -04:00
parent bf6f933686
commit 83ed26a271
4 changed files with 11 additions and 5 deletions

View File

@@ -37,8 +37,4 @@ public class PlanetParams{
public transient int viewW = -1, viewH = -1;
/** If true, atmosphere will be drawn regardless of player options. */
public transient boolean alwaysDrawAtmosphere = false;
//TODO:
//- blur
//- darken
}