isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
58 lines (57 loc) • 4.57 kB
JavaScript
"use strict";
// cspell:disable
Object.defineProperty(exports, "__esModule", { value: true });
exports.PLAYER_NAME_PNG_FILE_NAMES = void 0;
const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
/** Used when rendering the "versusscreen.anm2" sprite. */
exports.PLAYER_NAME_PNG_FILE_NAMES = {
[]: undefined, // -1
[]: "playername_01_isaac.png", // 0
[]: "playername_02_magdalene.png", // 1
[]: "playername_03_cain.png", // 2
[]: "playername_04_judas.png", // 3
[]: "playername_06_bluebaby.png", // 4
[]: "playername_05_eve.png", // 5
[]: "playername_07_samson.png", // 6
[]: "playername_08_azazel.png", // 7
[]: "playername_10_lazarus.png", // 8
[]: "playername_09_eden.png", // 9
[]: "playername_12_thelost.png", // 10
// Lazarus 2 uses the same name as Lazarus 1.
[]: "playername_10_lazarus.png", // 11
// Dark Judas uses the same name as Judas.
[]: "playername_04_judas.png", // 12
[]: "playername_13_lilith.png", // 13
[]: "playername_14_thekeeper.png", // 14
[]: "playername_15_apollyon.png", // 15
[]: "playername_16_theforgotten.png", // 16
// The Soul the same name as The Forgotten.
[]: "playername_16_theforgotten.png", // 17
[]: "playername_01x_bethany.png", // 18
[]: "playername_02x_jacob_esau.png", // 19
// Esau uses the same name as Jacob & Esau.
[]: "playername_02x_jacob_esau.png", // 20
[]: "playername_01_isaac.png", // 21
[]: "playername_02_magdalene.png", // 22
[]: "playername_03_cain.png", // 23
[]: "playername_04_judas.png", // 24
[]: "playername_06_bluebaby.png", // 25
[]: "playername_05_eve.png", // 26
[]: "playername_07_samson.png", // 27
[]: "playername_08_azazel.png", // 28
[]: "playername_10_lazarus.png", // 29
[]: "playername_09_eden.png", // 30
[]: "playername_12_thelost.png", // 31
[]: "playername_13_lilith.png", // 32
[]: "playername_14_thekeeper.png", // 33
[]: "playername_15_apollyon.png", // 34
[]: "playername_16_theforgotten.png", // 35
[]: "playername_01x_bethany.png", // 36
[]: "playername_02x_jacob.png", // 37
// Dead Tainted Lazarus uses the same name as Tainted Lazarus.
[]: "playername_10_lazarus.png", // 38
// Tainted Jacob in "Lost" form uses the same name as Tainted Jacob.
[]: "playername_02x_jacob.png", // 39
// Tainted The Soul uses the same name as Tainted Forgotten.
[]: "playername_16_theforgotten.png", // 40
};