Beispiel #1
0
 public TextureItem(Vector2 offset, TextureMap map)
 {
     this.offset = offset;
     this.map    = map;
 }
Beispiel #2
0
 public BlockTextureFactory()
 {
     this.map = new TextureMap(size: 5);
 }