Finish all editor features

This commit is contained in:
Anuken
2017-12-19 18:01:16 -05:00
parent a6e72c93f0
commit ed59e7c7cb
42 changed files with 1097 additions and 270 deletions

View File

@@ -17,6 +17,7 @@ import com.google.gwt.user.client.ui.*;
import io.anuke.mindustry.Mindustry;
import io.anuke.mindustry.io.PlatformFunction;
import io.anuke.ucore.scene.ui.TextField;
public class HtmlLauncher extends GwtApplication {
static final int WIDTH = 800;
@@ -106,6 +107,11 @@ public class HtmlLauncher extends GwtApplication {
public void openLink(String link){
Window.open(link, "_blank", "");
}
@Override
public void addDialog(TextField field){
}
};
return new Mindustry();