Campaign multiplayer note

This commit is contained in:
Anuken
2020-09-24 16:49:04 -04:00
parent 8d8cedaa44
commit 504334999d
2 changed files with 13 additions and 0 deletions

View File

@@ -163,6 +163,18 @@ public class ResearchDialog extends BaseDialog{
});
}
@Override
public Dialog show(){
Core.app.post(() -> {
if(net.client()){
//TODO make this not display every time
ui.showInfo("campaign.multiplayer");
}
});
return super.show();
}
void treeLayout(){
float spacing = 20f;
LayoutNode node = new LayoutNode(root, null);