From 1eacf01378d4dff3aed73fffcc42e0352b93835e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 10:48:01 -0400 Subject: Trying out protobuf I guess --- data/maps/the_entry/rooms/Blue Alcove.txtpb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/maps/the_entry/rooms/Blue Alcove.txtpb (limited to 'data/maps/the_entry/rooms/Blue Alcove.txtpb') diff --git a/data/maps/the_entry/rooms/Blue Alcove.txtpb b/data/maps/the_entry/rooms/Blue Alcove.txtpb new file mode 100644 index 0000000..96c9fcf --- /dev/null +++ b/data/maps/the_entry/rooms/Blue Alcove.txtpb @@ -0,0 +1,16 @@ +name: "Blue Alcove" +display_name: "Red Blue Area" +panels { + name: "BLUE" + path: "Panels/Back Right/br_11" + clue: "blue" + answer: "orange" + symbols: "sun" +} +panels { + name: "ARMY" + path: "Panels/Back Right/br_13" + clue: "army" + answer: "navy" + symbols: "example" +} \ No newline at end of file -- cgit 1.4.1