How can I change anchor to Anchor.center in SpriteComponent in Flutter Flame?
I'm trying to change my object(Horse()) anchor point to Anchor.center in the creation of the object. But I wasn't able to. If I change it inside FlameGame using horse.anchor = Anchor.center it works but I want to create it with…