mirror of
https://github.com/yawaflua/Informatis.git
synced 2026-02-04 10:24:21 +02:00
yey pathfinder back
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user