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_colorful/rooms/Ending.txtpb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/maps/the_colorful') diff --git a/data/maps/the_colorful/rooms/Ending.txtpb b/data/maps/the_colorful/rooms/Ending.txtpb index 8e38d4f..060e72e 100644 --- a/data/maps/the_colorful/rooms/Ending.txtpb +++ b/data/maps/the_colorful/rooms/Ending.txtpb @@ -1,3 +1,6 @@ name: "Ending" display_name: "Ending" -# TODO: Gray Ending +endings { + name: "GRAY" + path: "Components/Endings/gray_ending" +} -- cgit 1.4.1