From fcedfcf605ca0ed9781e0788f9c0b7c124586caa Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 22:23:04 -0400 Subject: Added the_ancient --- data/maps/the_ancient/rooms/Ending.txtpb | 3 +++ data/maps/the_ancient/rooms/Inside.txtpb | 10 ++++++++++ data/maps/the_ancient/rooms/Outside.txtpb | 8 ++++++++ 3 files changed, 21 insertions(+) create mode 100644 data/maps/the_ancient/rooms/Ending.txtpb create mode 100644 data/maps/the_ancient/rooms/Inside.txtpb create mode 100644 data/maps/the_ancient/rooms/Outside.txtpb (limited to 'data/maps/the_ancient/rooms') diff --git a/data/maps/the_ancient/rooms/Ending.txtpb b/data/maps/the_ancient/rooms/Ending.txtpb new file mode 100644 index 0000000..486ed26 --- /dev/null +++ b/data/maps/the_ancient/rooms/Ending.txtpb @@ -0,0 +1,3 @@ +name: "Ending" +display_name: "Ending" +# TODO: Green Ending diff --git a/data/maps/the_ancient/rooms/Inside.txtpb b/data/maps/the_ancient/rooms/Inside.txtpb new file mode 100644 index 0000000..d5f869b --- /dev/null +++ b/data/maps/the_ancient/rooms/Inside.txtpb @@ -0,0 +1,10 @@ +name: "Inside" +display_name: "Inside" +panels { + name: "COLOR" + path: "Panels/panel_2" + clue: "color" + answer: "lavender" + symbols: "example" + # TODO: how does this connect to the "lavender_cubes" switch? +} diff --git a/data/maps/the_ancient/rooms/Outside.txtpb b/data/maps/the_ancient/rooms/Outside.txtpb new file mode 100644 index 0000000..6f49bba --- /dev/null +++ b/data/maps/the_ancient/rooms/Outside.txtpb @@ -0,0 +1,8 @@ +name: "Outside" +display_name: "Outside" +panels { + name: "THIS" + path: "Panels/panel_1" + clue: "this" + answer: "sphinx" +} -- cgit 1.4.1