Hello Guest

Author Topic: What is Linked Sprite Collections used for?  (Read 3480 times)

LaserDinosaur

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 38
    • View Profile
What is Linked Sprite Collections used for?
« on: February 02, 2016, 04:52:50 pm »
Stupid question but, what exactly is the purpose of Linked Sprite Collections?
 
When I first read of the feature, I was hoping that I could take my two sprite collections and link them together into one atlas, reducing the amount of draw calls. However, it seems like it's maybe meant for linking to various types of the same image, like player.png and player_2x.png, without having to manually manage the files?

Basically I have my main sprite collection and a second sprite collection just for fonts. I'd like to have the main sprite collection link and pull in the data from the font collection, but I don't know if that is what this feature is meant to do. Is this not what it's for?


unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: What is Linked Sprite Collections used for?
« Reply #1 on: February 02, 2016, 10:42:37 pm »
Its for linking things like normal maps - where each sprite has a corresponding normal map.