From 3c26cedd030c464e3b8a5576a98c19eb45134658 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 14:28:56 -0400 Subject: Process the rest of the defined protos --- data/maps/the_entry/doors.txtpb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'data/maps/the_entry/doors.txtpb') diff --git a/data/maps/the_entry/doors.txtpb b/data/maps/the_entry/doors.txtpb index 99e7e02..c43020c 100644 --- a/data/maps/the_entry/doors.txtpb +++ b/data/maps/the_entry/doors.txtpb @@ -141,7 +141,7 @@ doors { name: "Control Center White Door" type: CONTROL_CENTER_COLOR receivers: "Components/Doors/back_left_7" - control_center_color: white + control_center_color: "white" } # exit_1 should maybe just be removed. # entry_proxied_1 is part of the vanilla intro. @@ -265,4 +265,16 @@ doors { panels { room: "Least Blue Last" name: "TRUST" } panels { room: "Least Blue Last" name: "LABEL" } panels { room: "Least Blue Last" name: "AIL" } +} +doors { + name: "Red Room Painting" + type: STANDARD + move_paintings { room: "Right Eye" name: "PSYCHIC" } + panels { room: "Right Eye" name: "FAINT" } +} +doors { + name: "Third Eye Painting" + type: STANDARD + move_paintings { room: "Eye Room" name: "GALLERY" } + panels { room: "Eye Room" name: "I" } } \ No newline at end of file -- cgit 1.4.1