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_invisible/rooms/Entrance.txtpb | 3 ++- data/maps/the_invisible/rooms/Maze.txtpb | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'data/maps/the_invisible/rooms') diff --git a/data/maps/the_invisible/rooms/Entrance.txtpb b/data/maps/the_invisible/rooms/Entrance.txtpb index bfc7223..d898b9f 100644 --- a/data/maps/the_invisible/rooms/Entrance.txtpb +++ b/data/maps/the_invisible/rooms/Entrance.txtpb @@ -9,5 +9,6 @@ panels { ports { name: "ENTRY" path: "Components/Warps/worldport2" - orientation: "north" + destination { x: 0 y: 0 z: -57 } + rotation: 180 } diff --git a/data/maps/the_invisible/rooms/Maze.txtpb b/data/maps/the_invisible/rooms/Maze.txtpb index 895817a..fd80bcb 100644 --- a/data/maps/the_invisible/rooms/Maze.txtpb +++ b/data/maps/the_invisible/rooms/Maze.txtpb @@ -6,5 +6,7 @@ masteries { ports { name: "ENTRY" path: "Components/Warps/worldport" - orientation: "south" + # Should this be shuffleable? It skips the maze lol. + destination { x: 0 y: 0 z: 9.5 } + rotation: 0 } -- cgit 1.4.1