Hello!
I want to create simple RPG game. I want to create base actor which will contain common functions. On that basis i will create a player character and enemies, but do not know how to achieve maximum performance:
Is it better to create one big tileset with player and enemy textures and use it or better slice this big tilemap in to single textures and use them?
I will be thankful for any information ))