code adapting to refactors of RA and minor cleanup

This commit is contained in:
2019-01-13 23:17:27 -06:00
parent bfc72917f0
commit 104a759e9f
4 changed files with 5 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ namespace RecrownedAthenaeum.Screens.MainMenu
{
title = new Image(assets.Get<Texture2D>("title"));
AddModule(title);
}
public override void ApplySize(int width, int height)