Skip to main content

FadeoutTarget

Enumeration Members

NONE

NONE = 0

With this value, the game will fade to black and then just immediately return to the game at normal opacity.

Defined in

FadeoutTarget.ts:6


FILE_SELECT

FILE_SELECT = 1

The screen that has the three rectangles for the three different save files.

Defined in

FadeoutTarget.ts:9


MAIN_MENU = 2

The screen that lists "New Run", "Continue", "Challenges", and so on.

Defined in

FadeoutTarget.ts:12


TITLE_SCREEN

TITLE_SCREEN = 3

The screen that shows "The Binding of Isaac: Repentance".

Defined in

FadeoutTarget.ts:15


RESTART_RUN

RESTART_RUN = 4

Defined in

FadeoutTarget.ts:17