From d77c73397b684faa55f0e95484ac89ca68bde1ad Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Aug 2025 15:03:18 -0400 Subject: Added "endings" object type --- data/maps/the_parthenon/rooms/Ending.txtpb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/maps/the_parthenon/rooms/Ending.txtpb') diff --git a/data/maps/the_parthenon/rooms/Ending.txtpb b/data/maps/the_parthenon/rooms/Ending.txtpb index c14ab78..8fa805f 100644 --- a/data/maps/the_parthenon/rooms/Ending.txtpb +++ b/data/maps/the_parthenon/rooms/Ending.txtpb @@ -1,3 +1,6 @@ name: "Ending" display_name: "Parthenon" -# TODO: Cyan Ending +endings { + name: "CYAN" + path: "Components/cyan_end" +} -- cgit 1.4.1