Randomly Choose Animation in an Animated Sprite Godot 4
Firstly, gotta make sure AnimatedSprite2D is the right node to use. I’m making one of those random clicker games where you click a button and get a random chance of getting different items. I need certain items to be rarer than others, and the sprite to show the item you get, but also be able send info such as that item’s rarity, name, etc.