public BK(int width, int height, bool fullscreen) : base(Version, #if DEBUG new DevAssetLoadState(), #else new AssetLoadState(), #endif $"Burning Knight{(Demo ? " Demo" : "")}: {Titles.Generate()}", width, height, fullscreen) { }