removed tile tap, added new wave info ui.

This commit is contained in:
sharlotte
2021-08-14 14:31:12 +09:00
parent b426bcdc7e
commit ca57a42fc8
3 changed files with 76 additions and 63 deletions

View File

@@ -16,5 +16,6 @@ public class SVars {
public static HudUi hud = new HudUi();
public static PlayerParser playerinfo = new PlayerParser();
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;
}