cleaned random creature generation

This commit is contained in:
MaxRobinsonTheGreat
2021-12-20 18:42:49 -06:00
parent ce7b38c028
commit d6ce0cdcd8
14 changed files with 110 additions and 170 deletions

View File

@@ -7,7 +7,6 @@ const Modes = {
Edit: 5,
Clone: 6,
Drag: 7,
Randomize: 8,
}
module.exports = Modes;