Add Clear Board Button to Interface
This commit is contained in:
parent
016b166d50
commit
1a43be14fa
2 changed files with 5 additions and 1 deletions
|
|
@ -56,4 +56,7 @@ class AppComponent implements OnInit {
|
|||
void onEdgesClicked() {
|
||||
engine.grid.switchEdgeRendering();
|
||||
}
|
||||
|
||||
void onClearClicked() {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue