mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 03:59:26 +02:00
Update SVars.java
This commit is contained in:
@@ -10,7 +10,7 @@ import static arc.Core.settings;
|
|||||||
|
|
||||||
public class SVars {
|
public class SVars {
|
||||||
public static HudUi hud = new HudUi();
|
public static HudUi hud = new HudUi();
|
||||||
public static float modUiScale = settings.getInt("infoUiScale") / 100f == 0 ? 1 : settings.getInt("infoUiScale") / 100f;
|
public static float modUiScale = settings.getInt("infoUiScale");
|
||||||
public static boolean pathLine = false, unitLine = false, logicLine = false;
|
public static boolean pathLine = false, unitLine = false, logicLine = false;
|
||||||
public static TextureRegion clear = atlas.find("clear");
|
public static TextureRegion clear = atlas.find("clear");
|
||||||
public static TextureRegion error = atlas.find("error");
|
public static TextureRegion error = atlas.find("error");
|
||||||
|
|||||||
Reference in New Issue
Block a user