예제 #1
0
 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)
 {
 }