Categorical crossingover
This commit is contained in:
parent
b6098ce825
commit
66a4c4fa46
3 changed files with 13 additions and 7 deletions
|
|
@ -53,6 +53,5 @@ text = "Категориальная трансформация"
|
|||
godot_genome_a = NodePath("../../GenomeA")
|
||||
godot_genome_b = NodePath("../../GenomeB")
|
||||
|
||||
[connection signal="genome_updated" from="GenomeA" to="CanvasLayer/HBoxContainer" method="_on_genome_a_genome_updated"]
|
||||
[connection signal="pressed" from="CanvasLayer/HBoxContainer/Allelic" to="CanvasLayer/HBoxContainer" method="_on_allelic_pressed"]
|
||||
[connection signal="pressed" from="CanvasLayer/HBoxContainer/Categoric" to="CanvasLayer/HBoxContainer" method="_on_categoric_pressed"]
|
||||
|
|
|
|||
|
|
@ -7,8 +7,5 @@ func _on_allelic_pressed() -> void:
|
|||
|
||||
|
||||
func _on_categoric_pressed() -> void:
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _on_genome_a_genome_updated() -> void:
|
||||
print("test")
|
||||
reference_pair_modifier.categoric_crossingover()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue