Added sandbox mode and new fortress enemy

This commit is contained in:
Anuken
2017-11-26 22:40:43 -05:00
parent 07ac552495
commit d9a66278ff
25 changed files with 510 additions and 286 deletions

View File

@@ -31,6 +31,7 @@ public class Mindustry extends ModuleCore {
}
};
//always initialize blocks in this order, otherwise there are ID errors
public Block[] blockClasses = {
Blocks.air,