Add addPattern Functionality to Engine

This commit is contained in:
Marty Oehme 2018-07-09 17:32:35 +02:00
parent 6745f9c9d6
commit 4c1c805f24
2 changed files with 12 additions and 0 deletions

View file

@ -49,6 +49,7 @@ class AppComponent implements OnInit {
void onRandomClicked() {
engine.running = false;
engine.addPattern();
}
void onEdgesClicked() {