Removed some unused sprites
This commit is contained in:
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 |
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user