no message

This commit is contained in:
Chris Danford
2002-01-20 23:29:03 +00:00
parent 5d04359a90
commit f2975d0688
9 changed files with 53 additions and 55 deletions
+4 -4
View File
@@ -18,11 +18,11 @@
const float LIFE_PERFECT = 0.015f;
const float LIFE_GREAT = 0.008f;
const float LIFE_PERFECT = 0.010f;
const float LIFE_GREAT = 0.005f;
const float LIFE_GOOD = 0.000f;
const float LIFE_BOO = -0.015f;
const float LIFE_MISS = -0.030f;
const float LIFE_BOO = -0.010f;
const float LIFE_MISS = -0.020f;
const int ARROW_SIZE = 64;