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_graveyard/rooms/Inside.txtpb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/maps/the_graveyard/rooms') diff --git a/data/maps/the_graveyard/rooms/Inside.txtpb b/data/maps/the_graveyard/rooms/Inside.txtpb index e8b3e41..fd2fc9d 100644 --- a/data/maps/the_graveyard/rooms/Inside.txtpb +++ b/data/maps/the_graveyard/rooms/Inside.txtpb @@ -7,5 +7,8 @@ panels { answer: "remember" required_door { name: "Double Letters" } } -# TODO: Black Ending +endings { + name: "BLACK" + path: "Components/Ending/black_ending" +} # TODO: Not sure if the paintings in here should be randomized. -- cgit 1.4.1