// Resource progress bars updates
Resource[] resources = Resource.values();
for (Resource r : resources) {
ProgressBar pb = this.resourceBars.get(r);
pb.update(input);
}
this.robotBar.update(input);
if (GameData.getSelectedColony().isCommandCenterBuilt()) {
SectorState.this.buildWindow.setCommandCenterBuilt(true);