SFML community forums
Help => Graphics => Topic started by: Makuto on May 26, 2012, 11:34:08 pm
-
Hi, I have a quick question. I have a tile map system which takes a tile sheet and a map file in order to display tlle-based maps. Should I split the tile sheet into separate images of each tile or just use Subrects?
-
Use subrects. Loading many images is much slower.
-
Thanks