Randomized Creature Generation
Adds a random organism generator that is accessible through the editor control panel. This generator gives the user to generate an entire world of random organisms for selection to act upon.
This commit is contained in:
@@ -6,7 +6,8 @@ const Modes = {
|
||||
Select: 4,
|
||||
Edit: 5,
|
||||
Clone: 6,
|
||||
Drag: 7
|
||||
Drag: 7,
|
||||
Randomize: 8,
|
||||
}
|
||||
|
||||
module.exports = Modes;
|
||||
Reference in New Issue
Block a user