isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
38 lines (37 loc) • 2.82 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GRID_ENTITY_TYPE_TO_ANM2_NAME = void 0;
const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
// cspell:disable
/** These files exist in the "gfx/grid" directory. */
exports.GRID_ENTITY_TYPE_TO_ANM2_NAME = {
[]: undefined, // 0
// There are more decoration ANM2 files; see the `getGridEntityANM2Path` function.
[]: "Props_01_Basement.anm2", // 1
[]: "grid_rock.anm2", // 2
[]: "grid_rock.anm2", // 3
[]: "grid_rock.anm2", // 4
[]: "grid_rock.anm2", // 5
[]: "grid_rock.anm2", // 6
[]: "grid_pit.anm2", // 7
[]: "grid_spikes.anm2", // 8
[]: "grid_spikes.anm2", // 9
[]: "grid_web.anm2", // 10
[]: "grid_locks.anm2", // 11
[]: "grid_tnt.anm2", // 12
[]: "grid_fireplace.anm2", // 13
[]: "grid_poop.anm2", // 14
[]: undefined, // 15
[]: undefined, // 16
[]: "Door_11_TrapDoor.anm2", // 17
[]: "door_20_secrettrapdoor.anm2", // 18
[]: undefined, // 19
[]: "grid_pressureplate.anm2", // 20
[]: undefined, // 21
[]: "grid_rock.anm2", // 22
[]: "grid_teleporter.anm2", // 23
[]: "grid_rock.anm2", // 24
[]: "grid_rock.anm2", // 25
[]: "grid_rock.anm2", // 26
[]: "grid_rock.anm2", // 27
};