home & food pheromones

This commit is contained in:
Pascal Serrarens 2026-02-09 11:49:58 +01:00
parent 9db7de16ea
commit f5ed87f9e9

View File

@ -124,7 +124,7 @@ public class ClusterInspector : Editor {
} }
void OnAddClusterOutput() { void OnAddClusterOutput() {
Nucleus newOutput = new Neuron(this.cluster, "Output 2"); Nucleus newOutput = new Neuron(this.cluster, "New Output");
outputsField.choices = this.cluster.outputs.Select(output => output.name).ToList(); outputsField.choices = this.cluster.outputs.Select(output => output.name).ToList();
outputsField.value = newOutput.name; outputsField.value = newOutput.name;