I’m trying to make a card game and below is a section of my game screen, the card graphic displayed above is a reference to how the cards are roughly supposed to look like, but the lines below the card are the instances spawned by a card factory, they seem to be the middle section from my card graphics.
It looks weird. One guess I would have made is that the cards are rotated, but you say they are not.
I see that you use msg.post(“#sprite”, “play_animation”, { id = self.card_graphic }). You could replace this with sprite.play_flipbook("#sprite", self.card_graphic) (I don’t think it matters though)…
Which version of Defold are you using? Can you reduce this down to a bare minimum project and share it here?