isaac-typescript-definitions
Version:
TypeScript definitions for The Binding of Isaac: Repentance.
10 lines • 351 B
TypeScript
/** These are the animations in the "005.100_collectible.anm2" file. */
export declare enum CollectibleAnimation {
IDLE = "Idle",
EMPTY = "Empty",
SHOP_IDLE = "ShopIdle",
PLAYER_PICKUP = "PlayerPickup",
PLAYER_PICKUP_SPARKLE = "PlayerPickupSparkle",
ALTERNATE = "Alternates"
}
//# sourceMappingURL=CollectibleAnimation.d.ts.map