Flutter Flame Game: Character Stays in ‘up’ Position After Restarting Game
I am developing a game using Flutter and Flame. In my game, the character has two states: middle and up. The character moves to the up state when the user initiates a jump and returns to the middle state after a delay.