From 907a59f52c14af709599d8da8b37285ae6794f59 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 28 Sep 2025 13:26:10 -0400 Subject: Added display names to ports --- data/maps/the_invisible/rooms/Entrance.txtpb | 1 + data/maps/the_invisible/rooms/Maze.txtpb | 1 + 2 files changed, 2 insertions(+) (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 d898b9f..c74b968 100644 --- a/data/maps/the_invisible/rooms/Entrance.txtpb +++ b/data/maps/the_invisible/rooms/Entrance.txtpb @@ -8,6 +8,7 @@ panels { } ports { name: "ENTRY" + display_name: "Entrance" path: "Components/Warps/worldport2" 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 fd80bcb..46f3fbc 100644 --- a/data/maps/the_invisible/rooms/Maze.txtpb +++ b/data/maps/the_invisible/rooms/Maze.txtpb @@ -5,6 +5,7 @@ masteries { } ports { name: "ENTRY" + display_name: "Exit" path: "Components/Warps/worldport" # Should this be shuffleable? It skips the maze lol. destination { x: 0 y: 0 z: 9.5 } -- cgit 1.4.1