This commit is contained in:
Anuken 2019-10-17 16:53:43 -04:00
parent a1826763f5
commit 1921bc87a2
3 changed files with 17 additions and 1 deletions

View File

@ -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}

View 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();
}
}

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=9b1c3dc5f7690d67aaa399c9f7950953b00d7648
archash=7f4239e462c07fb3d76a18262cff91dd877df5cc