prime31 / Nez

Nez is a free 2D focused framework that works with MonoGame and FNA
MIT License
1.76k stars 355 forks source link

Sprite and SpriteAnimator not showing images #758

Closed redparrotdev closed 1 year ago

redparrotdev commented 1 year ago

I`m new in Nez, and i try to simply load and display character animation. If i use plain Texture2D with SpriteRendrer i can see thw whole sheet. But when i try to create an animation or single Sprite, no image is showing. Can someone help me with this?

My code of character component image

redparrotdev commented 1 year ago

Sorry, sprite asset author make a mistake about sprite size and i just rendering empty areas