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
Animated sprite SpriteFrames does not take note of the changes XY region position from AtlasTexture added as frames from sprite list if AtlasTexture XY pos changed at future. As a result if XY position of AtlasTexture region was changed, the AnimatedSprite SpriteFrames shows another picture from old XY position of AtlasTexture.
Steps to reproduce
Adding to AnimatedSprite SpriteFrames frames from list of AtlasTexture, and after this change XY position of AtlasTexture region.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
Calinou
changed the title
Animated sprite SpriteFrames dont keeps xy pos from AtlasTexture if AtlasTexture xy pos changed at future
AnimatedSprite SpriteFrames dont keeps xy pos from AtlasTexture if AtlasTexture xy pos changed at future
Oct 12, 2021
Godot version
v3.4.beta6.official [3e2bb41]
System information
Windows 10
Issue description
Animated sprite SpriteFrames does not take note of the changes XY region position from AtlasTexture added as frames from sprite list if AtlasTexture XY pos changed at future. As a result if XY position of AtlasTexture region was changed, the AnimatedSprite SpriteFrames shows another picture from old XY position of AtlasTexture.
Steps to reproduce
Adding to AnimatedSprite SpriteFrames frames from list of AtlasTexture, and after this change XY position of AtlasTexture region.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: