Restructure some configuration things

This commit is contained in:
msk
2023-09-17 23:51:50 -07:00
parent 5f2a13a7a6
commit 879a2aa2f4
7 changed files with 34 additions and 54 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
using Godot;
namespace WacK
{
public class Constants
{
public const float SCROLL_MULT = 3f;
public const float NOTE_DRAW_DISTANCE = 10;
public static readonly float BASE_2D_RESOLUTION = 1920f;
}
}