Title now works. holy poop.
This commit is contained in:
@@ -37,7 +37,10 @@ namespace RhythmBullet.Screens.MainMenu
|
||||
|
||||
public override void ApplySize(int width, int height)
|
||||
{
|
||||
title.Scale = (width - 40) / title.Texture.Width;
|
||||
title.Scale = (width - 40) / title.texture.Width;
|
||||
title.CenterOrigin();
|
||||
title.bounds.X = width / 2;
|
||||
title.bounds.Y = height / 2;
|
||||
|
||||
base.ApplySize(width, height);
|
||||
}
|
||||
|
Reference in New Issue
Block a user