I’m trying to present 2 images I’ve saved at the same time but not sure how to do that.
Screen(‘DrawTexture’, windowPointer, texturePointer [,sourceRect] [,destinationRect] [,rotationAngle] [, filterMode] [, globalAlpha] [, modulateColor] [, textureShader] [, specialFlags] [, auxParameters]);
^^ does this allow me to reposition the image to the left of the right?
Thanks in advance!