diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 16:23:58 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 16:23:58 -0400 |
commit | 9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521 (patch) | |
tree | 43b96868c78ee7e42d778f838006b2cb77d28603 /data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb | |
parent | 8c3428b900e1696c3c3edcc5fb513988ddbe8c41 (diff) | |
download | lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.gz lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.tar.bz2 lingo2-archipelago-9cf74c63ba8fa7fa787c59e3a49a3cb6e3178521.zip |
Converted puzzle symbols to an enum
Diffstat (limited to 'data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb')
-rw-r--r-- | data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb b/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb index fb674c0..1429fa8 100644 --- a/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb +++ b/data/maps/the_extravagant/rooms/Y Minus First Floor.txtpb | |||
@@ -5,14 +5,14 @@ panels { | |||
5 | path: "Panels/panel_2" | 5 | path: "Panels/panel_2" |
6 | clue: "rhino" | 6 | clue: "rhino" |
7 | answer: "horn" | 7 | answer: "horn" |
8 | symbols: "boxes" | 8 | symbols: BOXES |
9 | } | 9 | } |
10 | panels { | 10 | panels { |
11 | name: "HORN" | 11 | name: "HORN" |
12 | path: "Panels/panel_3" | 12 | path: "Panels/panel_3" |
13 | clue: "horn" | 13 | clue: "horn" |
14 | answer: "rhino" | 14 | answer: "rhino" |
15 | symbols: "boxes" | 15 | symbols: BOXES |
16 | } | 16 | } |
17 | paintings { | 17 | paintings { |
18 | name: "GALLERY" | 18 | name: "GALLERY" |