8 lines
133 B
C#
8 lines
133 B
C#
namespace WacK
|
|
{
|
|
public class Constants
|
|
{
|
|
public const float SCROLL_MULT = 3f;
|
|
public const float NOTE_DRAW_DISTANCE = 10;
|
|
}
|
|
} |