From 1a43be14facb8d19de2d036a0a91cb3485827bb9 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 8 Jul 2018 19:45:35 +0200 Subject: [PATCH] Add Clear Board Button to Interface --- lib/app_component.dart | 3 +++ lib/app_component.html | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/app_component.dart b/lib/app_component.dart index 2b54300..1e835e3 100644 --- a/lib/app_component.dart +++ b/lib/app_component.dart @@ -56,4 +56,7 @@ class AppComponent implements OnInit { void onEdgesClicked() { engine.grid.switchEdgeRendering(); } + + void onClearClicked() { + } } diff --git a/lib/app_component.html b/lib/app_component.html index d56c5d2..90606c7 100644 --- a/lib/app_component.html +++ b/lib/app_component.html @@ -14,8 +14,9 @@ - + + Speed: \ No newline at end of file