Added shield effects

This commit is contained in:
Anuken
2020-05-14 12:07:33 -04:00
parent a06f6f0b2d
commit d54d8a25af
12 changed files with 94 additions and 12 deletions
+12
View File
@@ -0,0 +1,12 @@
package mindustry.logic;
import mindustry.ui.dialogs.*;
public class LogicDialog extends FloatingDialog{
public LogicDialog(){
super("");
clear();
addCloseButton();
}
}