rhythmbullet/RhythmBullet/Specifications.cs
2021-12-23 21:33:01 -06:00

8 lines
155 B
C#
Executable File

namespace RhythmBullet
{
public class Specifications
{
public const int PLAY_WIDTH = 16;
public const int PLAY_HEIGHT = 16;
}
}