mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
UI cleanup
This commit is contained in:
parent
69f6154894
commit
72fc103e16
28 changed files with 78 additions and 78 deletions
|
|
@ -890,7 +890,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
|||
}
|
||||
|
||||
uiGroup = new WidgetGroup();
|
||||
uiGroup.touchable(Touchable.childrenOnly);
|
||||
uiGroup.touchable = Touchable.childrenOnly;
|
||||
uiGroup.setFillParent(true);
|
||||
ui.hudGroup.addChild(uiGroup);
|
||||
buildUI(uiGroup);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue