diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index 91a5ecfc89..94bb7a0a3f 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -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} diff --git a/core/src/io/anuke/mindustry/ui/dialogs/SchematicsDialog.java b/core/src/io/anuke/mindustry/ui/dialogs/SchematicsDialog.java new file mode 100644 index 0000000000..b6c8031e6f --- /dev/null +++ b/core/src/io/anuke/mindustry/ui/dialogs/SchematicsDialog.java @@ -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(); + } +} diff --git a/gradle.properties b/gradle.properties index 8bf072ca24..ea7e5bc1fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=9b1c3dc5f7690d67aaa399c9f7950953b00d7648 +archash=7f4239e462c07fb3d76a18262cff91dd877df5cc