forked from Maxluli/RustyPropagation
Bare minimum with renderer
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
use crate::prelude::*;
|
||||
use rand::Rng;
|
||||
|
||||
|
||||
pub const MUTATION_TRAIT_INCREASE_PROBABILITY:i32 = 50;
|
||||
pub const MUTATION_TRAIT_CHANGE_AMOUNT:i32 = 20;
|
||||
|
||||
Reference in New Issue
Block a user