11 Commits

Author SHA1 Message Date
Wieland Schöbl
7b8f210e65 First Release 2018-10-06 14:41:19 +02:00
Wieland Schöbl
337c3b3f3b Bugfixing 2018-08-27 05:17:46 +02:00
Wieland Schöbl
232264ea1b Plugin works now as intended 2018-08-27 05:10:02 +02:00
Wieland Schöbl
0ebc4fe99f Different colors are now fading for how good the cut was 2018-08-27 05:00:29 +02:00
Wieland Schöbl
5232e704f6 Plugin should work in theory 2018-08-27 04:28:39 +02:00
Wieland Schöbl
4cc7cb0856 Basic functionality obtained 2018-08-27 03:59:58 +02:00
Wieland Schöbl
f8a54ee407 Started working on competetive mode 2018-08-27 03:41:01 +02:00
Wieland Schöbl
ca796ed1c1 Cleaning up 2018-08-27 03:30:05 +02:00
artemiswkearney
f15dd367a2 Update README for 2.1.0 2018-08-26 16:02:11 -07:00
Arti Kearney
45658d5d46 Merge branch 'master' of github.com:artemiswkearney/HitScoreVisualizer
merge readme (added on GitHub)
2018-08-26 16:00:36 -07:00
artemiswkearney
a30fd6a772 Create README.md 2018-08-24 15:20:44 -07:00

View File

@@ -453,14 +453,13 @@ namespace HitScoreVisualizer
text.text = formattedBuilder.ToString();
//Feature doesn't work
/*if (saberAfterCutSwingRatingCounter.didFinish)
if (saberAfterCutSwingRatingCounter.didFinish)
{
using (StreamWriter file = File.AppendText(fullPathRatings))
{
file.WriteLine(saberAfterCutSwingRatingCounter.RequestId + " <<>> " + beforeCut + " " + accuracy + " " + afterCut + " | " + score);
}
}*/
}
return;
}