-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add the gif to the specified position and size? #21
Comments
The image is a Sprite. So you can set position and scale like you would with a Sprite. |
@gubeils could you please make a new issue, this is unrelated to the initial post above. Also do you have a functional reproduction of this? That would be very helpful. |
I have created a new issue, the link is: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am trying below code, and just would like to add the image.gif to the specified position (x, y) with the specified size (width, height) or specified scale, How should I do? Is the image variable a texture or sprite?
Thanks v much.
The text was updated successfully, but these errors were encountered: