This commit is contained in:
sharlottes
2021-10-18 16:13:00 +09:00
parent f5be756161
commit 848636f412
4 changed files with 6 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ public class HudUi {
private Runnable rebuildList = () -> {};
float a;
int uiIndex = 0;
int uiIndex = 3;
//to update tables
int waveamount;

View File

@@ -285,7 +285,6 @@ public class OverDrawer {
effectBuffer.end();
effectBuffer.blit(turretRange);
});
if(t==Team.derelict) Log.info(t.color);
Draw.color(t.color);
bseq.each(b -> {
float range = ((BaseTurret.BaseTurretBuild)b).range();