Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace WacK
|
||||
{
|
||||
public class Constants
|
||||
{
|
||||
public const float SCROLL_MULT = 3f;
|
||||
public const float NOTE_DRAW_DISTANCE = 10;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user