UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

10 lines (9 loc) 282 B
/** 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", }