Dialog
This commit is contained in:
@@ -24,6 +24,8 @@ load.content = Content
|
||||
load.system = System
|
||||
load.mod = Mods
|
||||
|
||||
schematics = Schematics
|
||||
|
||||
stat.wave = Waves Defeated:[accent] {0}
|
||||
stat.enemiesDestroyed = Enemies Destroyed:[accent] {0}
|
||||
stat.built = Buildings Built:[accent] {0}
|
||||
|
||||
@@ -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