Exemplo n.º 1
0
 public static DiceFace Get(string name)
 {
     if (Faces.ContainsKey(name))
     {
         return(Faces[name]);
     }
     return(new PlayFace(1, 1, 1, FaceType.Play, Color.black, Color.magenta, "DEFAULT-1", SpriteLoader.Get("DebugCat")));
 }