Ejemplo n.º 1
0
 protected void AddSource(string file, OrderedPairs<Rectangle, Orientation> data)
 {
     AddSource(0, file, data);
 }
Ejemplo n.º 2
0
 protected void AddSource(IConvertible version, string file, OrderedPairs<Rectangle, Orientation> data)
 {
     SourceList.Add(version, new SpriteSource(file)
     {
         FrameData = data
     });
     RegisteredVersion.Add(version);
 }