public BackgroundComponent(string backgroundAsset, Vector2 backgroundVector, Color backgroundColor) { background = new BackgroundType(backgroundAsset, backgroundVector, backgroundColor); }
public BackgroundComponent(BackgroundType menuBackground) { background = menuBackground; }