Add addPattern Functionality to Engine
This commit is contained in:
parent
6745f9c9d6
commit
4c1c805f24
2 changed files with 12 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ class AppComponent implements OnInit {
|
|||
|
||||
void onRandomClicked() {
|
||||
engine.running = false;
|
||||
engine.addPattern();
|
||||
}
|
||||
|
||||
void onEdgesClicked() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue