diff --git a/lib/components/controls_component.dart b/lib/components/controls_component.dart index cd18105..b2c09e3 100644 --- a/lib/components/controls_component.dart +++ b/lib/components/controls_component.dart @@ -6,7 +6,7 @@ import 'package:rules_of_living/src/Engine.dart'; @Component( selector: 'sim-controls', templateUrl: "controls_component.html", - directives: [coreDirectives, MaterialButtonComponent, MaterialIconComponent, MaterialSliderComponent], + directives: [coreDirectives, MaterialButtonComponent, MaterialIconComponent, MaterialSliderComponent, MaterialTooltipDirective], providers: [], styleUrls: const ["controls_component.css"], ) diff --git a/lib/components/controls_component.html b/lib/components/controls_component.html index 4d07357..c8eb9cd 100644 --- a/lib/components/controls_component.html +++ b/lib/components/controls_component.html @@ -1,14 +1,14 @@
+ - - + + - - - - - {{simSpeed}} - + + + + +
\ No newline at end of file diff --git a/web/index.html b/web/index.html index be2e05b..d5432b4 100644 --- a/web/index.html +++ b/web/index.html @@ -19,11 +19,6 @@ - - - - -