mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 04:09:07 +07:00
add statustable name to hudfragment (#5904)
This commit is contained in:
parent
264052a95f
commit
c209b0bdaf
@ -207,7 +207,7 @@ public class HudFragment extends Fragment{
|
||||
logic.skipWave();
|
||||
}
|
||||
}).growY().fillX().right().width(40f).disabled(b -> !canSkipWave()).name("skip");
|
||||
}).width(dsize * 5 + 4f);
|
||||
}).width(dsize * 5 + 4f).name("statustable");
|
||||
|
||||
wavesMain.row();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user