Is it possible to create a SKSpriteNode
that displays only a part of a texture?
For example, can I create a square with size 100x100 displaying the specific region of a texture of size 720x720 like from x1=300
to x2=400
and y1=600
to y2=700
?
Thanks for your help.