Fully implemented dart ship factory
This commit is contained in:
@@ -40,6 +40,8 @@ public class Mechs implements ContentList {
|
||||
speed = 0.4f;
|
||||
maxSpeed = 3f;
|
||||
drag = 0.1f;
|
||||
weaponOffsetX = -1;
|
||||
weaponOffsetY = -1;
|
||||
}};
|
||||
|
||||
trident = new Mech("trident-ship", true){{
|
||||
|
||||
@@ -2,7 +2,7 @@ package io.anuke.mindustry.content.blocks;
|
||||
|
||||
import io.anuke.mindustry.content.Mechs;
|
||||
import io.anuke.mindustry.world.Block;
|
||||
import io.anuke.mindustry.world.blocks.production.MechFactory;
|
||||
import io.anuke.mindustry.world.blocks.units.MechFactory;
|
||||
|
||||
public class UpgradeBlocks extends BlockList {
|
||||
public static Block deltaFactory, tauFactory, omegaFactory, dartFactory, tridentFactory, javelinFactory, halberdFactory;
|
||||
|
||||
Reference in New Issue
Block a user