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/R2C1 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/R2C1 Left.txtpb')
| -rw-r--r-- | data/maps/the_owl/rooms/R2C1 Left.txtpb | 6 |
1 files changed, 3 insertions, 3 deletions
| diff --git a/data/maps/the_owl/rooms/R2C1 Left.txtpb b/data/maps/the_owl/rooms/R2C1 Left.txtpb index 5f6902d..0f9a2b5 100644 --- a/data/maps/the_owl/rooms/R2C1 Left.txtpb +++ b/data/maps/the_owl/rooms/R2C1 Left.txtpb | |||
| @@ -5,19 +5,19 @@ panels { | |||
| 5 | path: "Panels/Bottom Left/owl_8" | 5 | path: "Panels/Bottom Left/owl_8" |
| 6 | clue: "verb" | 6 | clue: "verb" |
| 7 | answer: "subject" | 7 | answer: "subject" |
| 8 | symbols: "sun" | 8 | symbols: SUN |
| 9 | } | 9 | } |
| 10 | panels { | 10 | panels { |
| 11 | name: "FOIL" | 11 | name: "FOIL" |
| 12 | path: "Panels/Bottom Left/owl_9" | 12 | path: "Panels/Bottom Left/owl_9" |
| 13 | clue: "foil" | 13 | clue: "foil" |
| 14 | answer: "oil" | 14 | answer: "oil" |
| 15 | symbols: "sparkles" | 15 | symbols: SPARKLES |
| 16 | } | 16 | } |
| 17 | panels { | 17 | panels { |
| 18 | name: "DUSKY" | 18 | name: "DUSKY" |
| 19 | path: "Panels/Colors/owl_3" | 19 | path: "Panels/Colors/owl_3" |
| 20 | clue: "dusky" | 20 | clue: "dusky" |
| 21 | answer: "sky" | 21 | answer: "sky" |
| 22 | symbols: "sparkles" | 22 | symbols: SPARKLES |
| 23 | } | 23 | } |
