Skip to content

DoorSlot

Defined in: DoorSlot.ts:1

NO_DOOR_SLOT: -1

Defined in: DoorSlot.ts:2


LEFT_0: 0

Defined in: DoorSlot.ts:5

In a normal room, the left door. In a 2x2 room, the uppermost door on the left side.


UP_0: 1

Defined in: DoorSlot.ts:8

In a normal room, the top door. In a 2x2 room, the leftmost door on the top side.


RIGHT_0: 2

Defined in: DoorSlot.ts:11

In a normal room, the right door. In a 2x2 room, the uppermost door on the right side.


DOWN_0: 3

Defined in: DoorSlot.ts:14

In a normal room, the bottom door. In a 2x2 room, the leftmost door on the bottom side.


LEFT_1: 4

Defined in: DoorSlot.ts:17

In a 2x2 room, the bottommost door on the left side.


UP_1: 5

Defined in: DoorSlot.ts:20

In a 2x2 room, the rightmost door on the top side.


RIGHT_1: 6

Defined in: DoorSlot.ts:23

In a 2x2 room, the bottommost door on the right side.


DOWN_1: 7

Defined in: DoorSlot.ts:26

In a 2x2 room, the rightmost door on the bottom side.