From b53018acc54a7b8812a0b9830562879071d05fa6 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 21 Sep 2025 12:44:50 -0400 Subject: [Data] Annotate shuffleable ports --- data/maps/the_darkroom/connections.txtpb | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'data/maps/the_darkroom/connections.txtpb') diff --git a/data/maps/the_darkroom/connections.txtpb b/data/maps/the_darkroom/connections.txtpb index 1b7ad05..43bca70 100644 --- a/data/maps/the_darkroom/connections.txtpb +++ b/data/maps/the_darkroom/connections.txtpb @@ -1,7 +1,12 @@ +connections { + from_room: "First Room" + to_room: "First Room Exit" + door { name: "Second Room Entrance" } +} connections { from { port { - room: "First Room" + room: "First Room Exit" name: "NEXT" } } @@ -13,10 +18,15 @@ connections { } oneway: true } +connections { + from_room: "Second Room" + to_room: "Second Room Exit" + door { name: "Third Room Entrance" } +} connections { from { port { - room: "Second Room" + room: "Second Room Exit" name: "NEXT" } } -- cgit 1.4.1