Initial commit

This commit is contained in:
muskit
2023-07-30 00:22:03 -07:00
commit 8e6966bfcd
39 changed files with 1417 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace WacK
{
public class Constants
{
public const float SCROLL_MULT = 3f;
public const float NOTE_DRAW_DISTANCE = 10;
}
}