isaac-typescript-definitions
Version:
TypeScript definitions for The Binding of Isaac: Repentance.
18 lines (17 loc) • 306 B
text/typescript
/** The possible transformations that the player can have. */
export enum PlayerForm {
GUPPY = 0,
BEELZEBUB = 1,
FUN_GUY = 2,
SERAPHIM = 3,
BOB = 4,
SPUN = 5,
YES_MOTHER = 6,
CONJOINED = 7,
LEVIATHAN = 8,
OH_CRAP = 9,
BOOKWORM = 10,
ADULT = 11,
SPIDER_BABY = 12,
STOMPY = 13,
}