Custom map weather definition

This commit is contained in:
Anuken
2020-09-15 18:00:29 -04:00
parent 24baa77c47
commit 306a660e87
8 changed files with 146 additions and 9 deletions

View File

@@ -275,6 +275,8 @@ public class MapGenerateDialog extends BaseDialog{
}
}).grow().left().pad(6).top();
}).width(280f).pad(3).top().left().fillY();
if(++i % cols == 0){
filterTable.row();
}