/** These are the animations in the "005.100_collectible.anm2" file. */ export enum CollectibleAnimation { IDLE = "Idle", EMPTY = "Empty", SHOP_IDLE = "ShopIdle", PLAYER_PICKUP = "PlayerPickup", PLAYER_PICKUP_SPARKLE = "PlayerPickupSparkle", ALTERNATE = "Alternates", }