You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's actually not a great way to do that at the moment. This is because the texture formation is inspired with spritesheet animations in mind. To do what you're asking is a different methodology. I tried to reconcile the two, but it's going to take some time.
Likely, it will be easier to set some configurations on Two.Texture whereby the defaults will be what you're asking andTwo.Sprite and Two.ImageSequence will implement additional configurations on the under the hood to keep consistency.
Not a great answer, but in the meantime I recommend making your image content the actual size you want to use it in. Or, you can use it like this: https://codepen.io/jonobr1/pen/rNdZNwM
I want to add a background image to Two.Rectangle. The size of the background image can be increased to the same size as Two.Rectangle.
The text was updated successfully, but these errors were encountered: