mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-04 23:38:10 +07:00
Islands map
This commit is contained in:
BIN
core/assets/maps/islands.msav
Normal file
BIN
core/assets/maps/islands.msav
Normal file
Binary file not shown.
Binary file not shown.
@ -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 final String[] defaultMapNames = {"fortress", "shoreline", "labyrinth"};
|
||||
private static final String[] defaultMapNames = {"fortress", "shoreline", "labyrinth", "islands"};
|
||||
/** All maps stored in an ordered array. */
|
||||
private Array<Map> maps = new Array<>();
|
||||
/** Serializer for meta. */
|
||||
|
Reference in New Issue
Block a user