Allelic crossingover
This commit is contained in:
parent
a57bdc52d0
commit
471f14c19e
26 changed files with 334 additions and 4 deletions
14
godot-pvz-genetics/ui/debug_modifiers.gd
Normal file
14
godot-pvz-genetics/ui/debug_modifiers.gd
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
extends Node
|
||||
|
||||
@onready var reference_pair_modifier: ReferencePairModifier = $"../ReferencePairModifier"
|
||||
|
||||
func _on_allelic_pressed() -> void:
|
||||
reference_pair_modifier.allelic_crossingover()
|
||||
|
||||
|
||||
func _on_categoric_pressed() -> void:
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _on_genome_a_genome_updated() -> void:
|
||||
print("test")
|
||||
1
godot-pvz-genetics/ui/debug_modifiers.gd.uid
Normal file
1
godot-pvz-genetics/ui/debug_modifiers.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://g1poxl04shm6
|
||||
Loading…
Add table
Add a link
Reference in a new issue