Hi!
I'm creating a sprite within the game using sprite_create_from_surface.
Then I'm adding images using sprite_add_from_surface.
The result is 1 sprite that holds 16 images.
Does it create 1 texture page or 16 texture pages?
I'm a little bit confused by the manual as it says this for function sprite_add_from_surface:
Mana
I'm creating a sprite within the game using sprite_create_from_surface.
Then I'm adding images using sprite_add_from_surface.
The result is 1 sprite that holds 16 images.
Does it create 1 texture page or 16 texture pages?
I'm a little bit confused by the manual as it says this for function sprite_add_from_surface:
Thanks a lot!
Mana