Bare minimum with renderer

This commit is contained in:
2022-04-29 13:58:45 +02:00
parent 404c5b91a7
commit 32f58b03cf
4 changed files with 70 additions and 9 deletions
+1 -1
View File
@@ -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;