mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 12:09:27 +02:00
pathline done
This commit is contained in:
@@ -20,6 +20,6 @@ public class SVars {
|
||||
public static TextureRegion clear = atlas.find("clear");
|
||||
public static TextureRegion error = atlas.find("error");
|
||||
public static float modUiScale = settings.getInt("infoUiScale") / 100f == 0 ? 1 : settings.getInt("infoUiScale") / 100f;
|
||||
|
||||
public static boolean pathLine = false, unitLine = false, logicLine = false;
|
||||
public static Seq<Tile> pathTiles = new Seq<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user