private static void Register(TileType tileTypeTemplate, SpriteAnimation tileAnimation)
 {
     Textures.Add(tileTypeTemplate.Id, tileAnimation);
 }