Fill the crater with water in case there is some adjacent water (#4430)

* Fill the crater with water in case there is some adjacent water
* Removed whitelist/blacklist tags
This commit is contained in:
yueh
2020-06-25 20:52:25 +02:00
committed by GitHub
parent d7a09f70ef
commit fd1dd982c1
10 changed files with 311 additions and 265 deletions
@@ -23,4 +23,5 @@ public class Constants {
public static final String TAG_CRATER = "t";
public static final String TAG_FALLOUT = "f";
public static final String TAG_PURE = "p";
public static final String TAG_LAKE = "l";
}