add statustable name to hudfragment (#5904)

This commit is contained in:
buthed010203 2021-09-04 11:05:06 -04:00 committed by GitHub
parent 264052a95f
commit c209b0bdaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();