Utility/HUD.cs
namespace Sandbox;

internal static class Hud
{
	public static float Scale => Screen.Height / 1080.0f;
}