Dialog
This commit is contained in:
14
core/src/io/anuke/mindustry/ui/dialogs/SchematicsDialog.java
Normal file
14
core/src/io/anuke/mindustry/ui/dialogs/SchematicsDialog.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package io.anuke.mindustry.ui.dialogs;
|
||||
|
||||
public class SchematicsDialog extends FloatingDialog{
|
||||
|
||||
public SchematicsDialog(){
|
||||
super("$schematics");
|
||||
|
||||
shown(this::setup);
|
||||
}
|
||||
|
||||
void setup(){
|
||||
cont.clear();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user