mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
add statustable name to hudfragment (#5904)
This commit is contained in:
parent
264052a95f
commit
c209b0bdaf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue