Removed every single bullet type, breaking everything

This commit is contained in:
Anuken
2018-04-01 11:56:11 -04:00
parent 5ee369f26a
commit ec5f74b753
21 changed files with 87 additions and 507 deletions

View File

@@ -1,6 +1,6 @@
package io.anuke.mindustry.content;
import io.anuke.mindustry.entities.BulletType;
import io.anuke.mindustry.entities.bullets.BulletType;
import io.anuke.mindustry.graphics.fx.BulletFx;
import io.anuke.mindustry.resource.Weapon;

View File

@@ -3,7 +3,7 @@ package io.anuke.mindustry.content.blocks;
import com.badlogic.gdx.graphics.Color;
import io.anuke.mindustry.content.Items;
import io.anuke.mindustry.content.Liquids;
import io.anuke.mindustry.entities.BulletType;
import io.anuke.mindustry.entities.bullets.BulletType;
import io.anuke.mindustry.entities.effect.TeslaOrb;
import io.anuke.mindustry.graphics.fx.BulletFx;
import io.anuke.mindustry.world.Block;