From 930802e49e33c87ef0fd2f102b9205a4098878d3 Mon Sep 17 00:00:00 2001 From: arngo <27396817+arngo@users.noreply.github.com> Date: Sun, 26 Dec 2021 22:30:44 -0500 Subject: implement score ui --- app/components/singleton_score.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/components/singleton_score.rb (limited to 'app/components/singleton_score.rb') diff --git a/app/components/singleton_score.rb b/app/components/singleton_score.rb new file mode 100644 index 0000000..4f6514b --- /dev/null +++ b/app/components/singleton_score.rb @@ -0,0 +1,4 @@ +FF::Cmp.new('SingletonScore', + score: 0, + singleton: true) +FF::Cmp::SingletonScore.new -- cgit v1.2.3