fixed font names.

This commit is contained in:
2019-09-10 21:30:07 -04:00
parent e2ff87f9b6
commit a06c5ec4ff
6 changed files with 8 additions and 6 deletions

View File

@@ -22,7 +22,6 @@ namespace RhythmBullet.Screens.MainMenu
public MainScreen(ContentManagerController assets, ISkin skin, Camera2D camera) : base(true)
{
this.assets = assets;
background = assets.Get<Texture2D>("backgrounds/mainBG");
fat = new FadeAwayTransition(1.5f);
book = new Book(assets, skin, camera);
mainPage = new MainPage();