diff options
| author | arngo <[email protected]> | 2021-12-26 22:30:44 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-26 22:30:44 -0500 |
| commit | 930802e49e33c87ef0fd2f102b9205a4098878d3 (patch) | |
| tree | 56cbf22ebbb4b16ac037eb2f525ca15d5656b96f /app/components/singleton_score.rb | |
| parent | 70b2499a8753331b68fb7a61a8882c9ff0b017d8 (diff) | |
| download | SteelWings-930802e49e33c87ef0fd2f102b9205a4098878d3.tar.gz SteelWings-930802e49e33c87ef0fd2f102b9205a4098878d3.zip | |
implement score ui
Diffstat (limited to 'app/components/singleton_score.rb')
| -rw-r--r-- | app/components/singleton_score.rb | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
