mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Merge branch 'master' of https://github.com/Anuken/Mindustry
This commit is contained in:
commit
3554d64573
1 changed files with 2 additions and 0 deletions
|
|
@ -66,6 +66,8 @@ public class LogicDialog extends BaseDialog{
|
|||
dialog.show();
|
||||
}).name("edit");
|
||||
|
||||
if(mobile && !Core.graphics.isPortrait()) buttons.row();
|
||||
|
||||
buttons.button("@variables", Icon.menu, () -> {
|
||||
BaseDialog dialog = new BaseDialog("@variables");
|
||||
dialog.hidden(() -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue