Added all export/import menus, fixed bad icons for editor blocks
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user