mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-12 19:09:34 +07:00
Dialog
This commit is contained in:
parent
a1826763f5
commit
1921bc87a2
@ -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}
|
||||
|
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();
|
||||
}
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=9b1c3dc5f7690d67aaa399c9f7950953b00d7648
|
||||
archash=7f4239e462c07fb3d76a18262cff91dd877df5cc
|
||||
|
Loading…
Reference in New Issue
Block a user