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_owl/rooms/R1C4 Left.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_owl/rooms/R1C4 Left.txtpb')
-rw-r--r-- | data/maps/the_owl/rooms/R1C4 Left.txtpb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/the_owl/rooms/R1C4 Left.txtpb b/data/maps/the_owl/rooms/R1C4 Left.txtpb index 89b5956..73c1520 100644 --- a/data/maps/the_owl/rooms/R1C4 Left.txtpb +++ b/data/maps/the_owl/rooms/R1C4 Left.txtpb | |||
@@ -5,12 +5,12 @@ panels { | |||
5 | path: "Panels/Noncritical/owl_5" | 5 | path: "Panels/Noncritical/owl_5" |
6 | clue: "walk" | 6 | clue: "walk" |
7 | answer: "chalk" | 7 | answer: "chalk" |
8 | symbols: "zero" | 8 | symbols: ZERO |
9 | } | 9 | } |
10 | panels { | 10 | panels { |
11 | name: "STENCIL" | 11 | name: "STENCIL" |
12 | path: "Panels/Noncritical/owl_6" | 12 | path: "Panels/Noncritical/owl_6" |
13 | clue: "stencil" | 13 | clue: "stencil" |
14 | answer: "pencil" | 14 | answer: "pencil" |
15 | symbols: "zero" | 15 | symbols: ZERO |
16 | } | 16 | } |