I ran into a problem when creating a player icon selection. In the game, I need to make an icon selection when pressing the "S" key. To realize my idea, I decided to use the "AnimatedSprite2D" node, dividing the SpriteSheet of icons into 5 images (In my SpriteSheet there are 5 images for player icons) and creating a separate animation for each image. But when I got to the script, I ran into big problems. I do not know how to implement my idea so that when the "S" button is pressed, the next image is selected, and when the player reaches the fifth image, the list is updated and goes back to the first image. Please help me!!! If you have a more convenient solution without using "AnimatedSprite2D", feel free to suggest it. I also ask you to add the training materials that were used in writing your script. If it's not hard for you, you can explain your decision to me. Thank you so much in advance for your help!!!