Added all export/import menus, fixed bad icons for editor blocks

This commit is contained in:
Anuken
2018-05-22 23:56:29 -04:00
parent b20f026c7b
commit c920fa6740
17 changed files with 621 additions and 413 deletions

View File

@@ -1,16 +1,12 @@
package io.anuke.mindustry.content.blocks;
import io.anuke.mindustry.content.Items;
import io.anuke.mindustry.content.UnitTypes;
import io.anuke.mindustry.type.ItemStack;
import io.anuke.mindustry.world.Block;
import io.anuke.mindustry.world.blocks.types.units.RepairPoint;
import io.anuke.mindustry.world.blocks.types.units.ResupplyPoint;
import io.anuke.mindustry.world.blocks.types.units.UnitFactory;
public class UnitBlocks {
public static final Block
/*
droneFactory = new UnitFactory("dronefactory"){{
type = UnitTypes.drone;
produceTime = 200;
@@ -36,7 +32,7 @@ public class UnitBlocks {
requirements = new ItemStack[]{
new ItemStack(Items.stone, 1)
};
}},
}},*/
resupplyPoint = new ResupplyPoint("resupplypoint"){{
shadow = "shadow-round-1";