yey pathfinder back

This commit is contained in:
Sharlotte
2022-09-22 00:12:59 +09:00
parent 4a944387b8
commit 9c865b863d
14 changed files with 1088 additions and 568 deletions

View File

@@ -2,6 +2,7 @@ package informatis;
import informatis.shaders.*;
import arc.graphics.g2d.TextureRegion;
import mindustry.ai.Pathfinder;
import mindustry.gen.Teamc;
import static arc.Core.atlas;
@@ -10,7 +11,7 @@ public class SVars {
public static TextureRegion clear = atlas.find("clear");
public static TextureRegion error = atlas.find("error");
public static RangeShader turretRange = new RangeShader();
public static informatis.core.Pathfinder pathfinder;
public static Teamc target;
public static boolean locked;
public static float uiResumeRate = 3 * 60f; //default 3s
}