mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-02 12:23:47 +07:00
newline for those unfortunate mobile players (#6828)
This commit is contained in:
parent
4d12ac8ed6
commit
849d0b6223
@ -66,6 +66,8 @@ public class LogicDialog extends BaseDialog{
|
|||||||
dialog.show();
|
dialog.show();
|
||||||
}).name("edit");
|
}).name("edit");
|
||||||
|
|
||||||
|
if(mobile && !Core.graphics.isPortrait()) buttons.row();
|
||||||
|
|
||||||
buttons.button("@variables", Icon.menu, () -> {
|
buttons.button("@variables", Icon.menu, () -> {
|
||||||
BaseDialog dialog = new BaseDialog("@variables");
|
BaseDialog dialog = new BaseDialog("@variables");
|
||||||
dialog.hidden(() -> {
|
dialog.hidden(() -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user