New maps / New generation filter(s) and tweaks

This commit is contained in:
Anuken
2019-06-22 20:40:53 -04:00
parent b47e282747
commit 8c91aca838
20 changed files with 2192 additions and 2081 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import static io.anuke.mindustry.Vars.*;
public class Maps implements Disposable{
/** List of all built-in maps. Filenames only. */
private static String[] defaultMapNames = {"fortress", "labyrinth", "islands"};
private static String[] defaultMapNames = {"fortress", "labyrinth", "islands", "tendrils", "caldera"};
/** All maps stored in an ordered array. */
private Array<Map> maps = new Array<>();
/** Serializer for meta. */