From 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Aug 2025 16:23:58 -0400 Subject: Converted puzzle symbols to an enum --- data/maps/the_entry/rooms/Red Alcove.txtpb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/the_entry/rooms/Red Alcove.txtpb') diff --git a/data/maps/the_entry/rooms/Red Alcove.txtpb b/data/maps/the_entry/rooms/Red Alcove.txtpb index 03a1d96..5c4085e 100644 --- a/data/maps/the_entry/rooms/Red Alcove.txtpb +++ b/data/maps/the_entry/rooms/Red Alcove.txtpb @@ -5,12 +5,12 @@ panels { path: "Panels/Back Right/br_10" clue: "brow" answer: "brown" - symbols: "sparkles" + symbols: SPARKLES } panels { name: "DEAD" path: "Panels/Back Right/br_12" clue: "dead" answer: "red" - symbols: "zero" + symbols: ZERO } \ No newline at end of file -- cgit 1.4.1 elected='selected'>master Small website for viewing this silly comic I made
summary refs log blame commit diff stats
path: root/index.php
blob: 16b051c6608ce0055a55465a72d08c5882d27368 (plain) (tree)
1
2
3
4
5
6
7
8
9
10