using Godot;
namespace WacK
{
public class Constants
public static readonly float BASE_2D_RESOLUTION = 1920f;
}