Ejemplo n.º 1
0
 public BackgroundComponent(string backgroundAsset, Vector2 backgroundVector, Color backgroundColor)
 {
     background = new BackgroundType(backgroundAsset, backgroundVector, backgroundColor);
 }
Ejemplo n.º 2
0
 public BackgroundComponent(BackgroundType menuBackground)
 {
     background = menuBackground;
 }