Broad categoric
This commit is contained in:
parent
66a4c4fa46
commit
8d46e9218a
4 changed files with 25 additions and 6 deletions
|
|
@ -7,5 +7,10 @@ func _on_allelic_pressed() -> void:
|
|||
|
||||
|
||||
func _on_categoric_pressed() -> void:
|
||||
reference_pair_modifier.categoric_crossingover()
|
||||
reference_pair_modifier.categoric_crossingover(false)
|
||||
|
||||
|
||||
|
||||
|
||||
func _on_categoric_broad_pressed() -> void:
|
||||
reference_pair_modifier.categoric_crossingover(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue