示例#1
0
 public static Texture2D GetZombieButtonBackground()
 {
     if (ZombieButtonBackground == null)
     {
         ZombieButtonBackground = GraphicsDatabase.GetTexture("ZombieButtonBackground");
     }
     return(ZombieButtonBackground);
 }
示例#2
0
 public static Texture2D GetMenuIcon()
 {
     if (MenuIcon == null)
     {
         MenuIcon = GraphicsDatabase.GetTexture("PatreonIcon");
     }
     return(MenuIcon);
 }