Dynamic pathfinding
This commit is contained in:
@@ -529,7 +529,7 @@ public class MapEditorDialog extends Dialog implements Disposable{
|
||||
|
||||
int i = 0;
|
||||
|
||||
for(Team team : Team.base()){
|
||||
for(Team team : Team.baseTeams){
|
||||
ImageButton button = new ImageButton(Tex.whiteui, Styles.clearTogglePartiali);
|
||||
button.margin(4f);
|
||||
button.getImageCell().grow();
|
||||
|
||||
Reference in New Issue
Block a user