From acebb2431c43108167a073e889a61147cc526edd Mon Sep 17 00:00:00 2001 From: Orangerot Date: Sun, 29 Dec 2024 19:15:16 +0100 Subject: feat: show whether you hit or missed the beat --- lib/arrows.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/arrows.dart') diff --git a/lib/arrows.dart b/lib/arrows.dart index b4779f7..ff53e02 100644 --- a/lib/arrows.dart +++ b/lib/arrows.dart @@ -15,7 +15,7 @@ class Note { final double time; final ArrowDirection direction; double position = 0; - bool wasHit = false; + bool? wasHit; Note({required this.time, required this.direction}); } -- cgit v1.2.3