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_gold/rooms/The Whole Thing.txtpb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/maps/the_gold/rooms/The Whole Thing.txtpb') diff --git a/data/maps/the_gold/rooms/The Whole Thing.txtpb b/data/maps/the_gold/rooms/The Whole Thing.txtpb index a24f48e..e636723 100644 --- a/data/maps/the_gold/rooms/The Whole Thing.txtpb +++ b/data/maps/the_gold/rooms/The Whole Thing.txtpb @@ -7,4 +7,7 @@ panels { answer: "colors" symbols: "question" } -# TODO: Gold Ending +endings { + name: "GOLD" + path: "Components/gold_ending" +} -- cgit 1.4.1