How to "merge" sprites in defold

My experience of optimisations.
This post awesome!

The main things that helped me:

  • use 1x1 alpha sprite in gui instead of empty nodes;
  • node layers;
  • replace tinting sprites with pre tined textures.
3 Likes