UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

20 lines (19 loc) 863 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlayerItemAnimation = void 0; /** * 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. */ var PlayerItemAnimation; (function (PlayerItemAnimation) { PlayerItemAnimation["PICKUP"] = "Pickup"; PlayerItemAnimation["LIFT_ITEM"] = "LiftItem"; PlayerItemAnimation["HIDE_ITEM"] = "HideItem"; PlayerItemAnimation["USE_ITEM"] = "UseItem"; PlayerItemAnimation["PICKUP_WALK_DOWN"] = "PickupWalkDown"; PlayerItemAnimation["PICKUP_WALK_LEFT"] = "PickupWalkLeft"; PlayerItemAnimation["PICKUP_WALK_UP"] = "PickupWalkUp"; PlayerItemAnimation["PICKUP_WALK_RIGHT"] = "PickupWalkRight"; })(PlayerItemAnimation || (exports.PlayerItemAnimation = PlayerItemAnimation = {}));