Constructor. Take the texture sampling information and provide the name 'Texture' to the parent class
the x-position of the texture within the atlas grid; left = 0 -> n = right
the y-position of the texture within the atlas grid; bottom = 0 -> n = top
the number of cells to sample from on the x-axis of the atlas; counting right
the number of cells to sample from on the y-axis of the atlas; counting up
Texture component, defining the grid positions within a TextureAtlas that an Entity will sample from
Entities sample from the TextureAtlas associated with the EntityManager they belong to (world, text, ui)
Entities can sample from multiple cells in the Atlas' grid with the columnSpan and rowSpan fields