KawaProductions / BoyoRPG

1 stars 0 forks source link

Fix Sprite Walking Animation Frames #8

Closed Syvrus closed 4 months ago

Syvrus commented 4 months ago

Currently, walking animations shows lower part of another sprite in the sheet above it.

Lower portion of used sprites also seem to be cropped out due to above issue as well.

Edit @Sprite2D in Player scene to offset sprites upwards to remove clipped upper sprites and cropped lower sprite. godot windows opt tools 64_1NUResIgRV

Syvrus commented 4 months ago

Resolved in #10