isaac-typescript-definitions
Version:
TypeScript definitions for The Binding of Isaac: Repentance.
22 lines (21 loc) • 1.05 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlayerForm = void 0;
/** The possible transformations that the player can have. */
var PlayerForm;
(function (PlayerForm) {
PlayerForm[PlayerForm["GUPPY"] = 0] = "GUPPY";
PlayerForm[PlayerForm["BEELZEBUB"] = 1] = "BEELZEBUB";
PlayerForm[PlayerForm["FUN_GUY"] = 2] = "FUN_GUY";
PlayerForm[PlayerForm["SERAPHIM"] = 3] = "SERAPHIM";
PlayerForm[PlayerForm["BOB"] = 4] = "BOB";
PlayerForm[PlayerForm["SPUN"] = 5] = "SPUN";
PlayerForm[PlayerForm["YES_MOTHER"] = 6] = "YES_MOTHER";
PlayerForm[PlayerForm["CONJOINED"] = 7] = "CONJOINED";
PlayerForm[PlayerForm["LEVIATHAN"] = 8] = "LEVIATHAN";
PlayerForm[PlayerForm["OH_CRAP"] = 9] = "OH_CRAP";
PlayerForm[PlayerForm["BOOKWORM"] = 10] = "BOOKWORM";
PlayerForm[PlayerForm["ADULT"] = 11] = "ADULT";
PlayerForm[PlayerForm["SPIDER_BABY"] = 12] = "SPIDER_BABY";
PlayerForm[PlayerForm["STOMPY"] = 13] = "STOMPY";
})(PlayerForm || (exports.PlayerForm = PlayerForm = {}));
;