pathline done

This commit is contained in:
sharlotte
2021-08-23 14:34:54 +09:00
parent 0333fe4d87
commit 81cd5bb3aa
6 changed files with 97 additions and 59 deletions

View File

@@ -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<>();
}