Removed some unused sprites

This commit is contained in:
Anuken
2022-02-04 18:36:03 -05:00
parent 0441f89529
commit 52965aa9ae
5 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -7,6 +7,7 @@ import mindustry.world.meta.*;
import static mindustry.Vars.*; import static mindustry.Vars.*;
//TODO very strange idle behavior sometimes
public class FlyingAI extends AIController{ public class FlyingAI extends AIController{
@Override @Override

View File

@@ -6,6 +6,7 @@ import mindustry.entities.*;
import mindustry.entities.units.*; import mindustry.entities.units.*;
import mindustry.gen.*; import mindustry.gen.*;
//TODO generally strange behavior
/** AI/wave team only! This is used for wave support flyers. */ /** AI/wave team only! This is used for wave support flyers. */
public class FlyingFollowAI extends FlyingAI{ public class FlyingFollowAI extends FlyingAI{
public Teamc following; public Teamc following;