UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

16 lines 512 B
/** * These are a subset of animations from the "001.000_player.anm2" file. * * These are listed in order of their appearance from top to bottom. */ export declare enum PlayerItemAnimation { PICKUP = "Pickup", LIFT_ITEM = "LiftItem", HIDE_ITEM = "HideItem", USE_ITEM = "UseItem", PICKUP_WALK_DOWN = "PickupWalkDown", PICKUP_WALK_LEFT = "PickupWalkLeft", PICKUP_WALK_UP = "PickupWalkUp", PICKUP_WALK_RIGHT = "PickupWalkRight" } //# sourceMappingURL=PlayerItemAnimation.d.ts.map