mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
commit
9ef57c0366
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import arc.util.*;
|
|||
import mindustry.ui.dialogs.*;
|
||||
|
||||
public class MapResizeDialog extends BaseDialog{
|
||||
private static final int minSize = 50, maxSize = 500, increment = 50;
|
||||
public static int minSize = 50, maxSize = 500, increment = 50;
|
||||
int width, height;
|
||||
|
||||
public MapResizeDialog(MapEditor editor, Intc2 cons){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue