size match yey

This commit is contained in:
sharlotte
2021-08-26 16:35:02 +09:00
parent 1cac374a32
commit 32e1734db4
5 changed files with 351 additions and 357 deletions

View File

@@ -20,7 +20,6 @@ public class SVars {
public static HudUi hud = new HudUi();
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<>();
public static TextureRegion clear = atlas.find("clear");
public static TextureRegion error = atlas.find("error");
}