diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 10:48:01 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 10:48:01 -0400 |
commit | 1eacf01378d4dff3aed73fffcc42e0352b93835e (patch) | |
tree | a90fd3b0e829bab1acef32ffc63aafe1fafc61a9 /data/maps/the_entry/rooms/D Room.txtpb | |
parent | e36aead557d767539326b230f9ba8b89b4d1d1df (diff) | |
download | lingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.tar.gz lingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.tar.bz2 lingo2-archipelago-1eacf01378d4dff3aed73fffcc42e0352b93835e.zip |
Trying out protobuf I guess
Diffstat (limited to 'data/maps/the_entry/rooms/D Room.txtpb')
-rw-r--r-- | data/maps/the_entry/rooms/D Room.txtpb | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/data/maps/the_entry/rooms/D Room.txtpb b/data/maps/the_entry/rooms/D Room.txtpb new file mode 100644 index 0000000..b29f8a8 --- /dev/null +++ b/data/maps/the_entry/rooms/D Room.txtpb | |||
@@ -0,0 +1,65 @@ | |||
1 | name: "D Room" | ||
2 | display_name: "D Room" | ||
3 | panels { | ||
4 | name: "BASEBALL" | ||
5 | path: "Panels/D/d_2" | ||
6 | clue: "baseball" | ||
7 | answer: "hat" | ||
8 | symbols: "example" | ||
9 | } | ||
10 | panels { | ||
11 | name: "BIKERS" | ||
12 | path: "Panels/D/d_3" | ||
13 | clue: "biker's" | ||
14 | answer: "tan" | ||
15 | symbols: "example" | ||
16 | } | ||
17 | panels { | ||
18 | name: "RED" | ||
19 | path: "Panels/D/d_4" | ||
20 | clue: "red" | ||
21 | answer: "ant" | ||
22 | symbols: "example" | ||
23 | } | ||
24 | panels { | ||
25 | name: "SUN" | ||
26 | path: "Panels/D/d_5" | ||
27 | clue: "sun" | ||
28 | answer: "tan" | ||
29 | symbols: "example" | ||
30 | } | ||
31 | panels { | ||
32 | name: "BLACK" | ||
33 | path: "Panels/D/d_6" | ||
34 | clue: "black" | ||
35 | answer: "ant" | ||
36 | symbols: "example" | ||
37 | } | ||
38 | panels { | ||
39 | name: "COWBOY" | ||
40 | path: "Panels/D/d_7" | ||
41 | clue: "cowboy" | ||
42 | answer: "hat" | ||
43 | symbols: "example" | ||
44 | } | ||
45 | panels { | ||
46 | name: "SPRAY" | ||
47 | path: "Panels/D/d_8" | ||
48 | clue: "spray" | ||
49 | answer: "tan" | ||
50 | symbols: "example" | ||
51 | } | ||
52 | panels { | ||
53 | name: "BOWLER" | ||
54 | path: "Panels/D/d_9" | ||
55 | clue: "bowler" | ||
56 | answer: "hat" | ||
57 | symbols: "example" | ||
58 | } | ||
59 | panels { | ||
60 | name: "CARPENTER" | ||
61 | path: "Panels/D/d_10" | ||
62 | clue: "carpenter" | ||
63 | answer: "ant" | ||
64 | symbols: "example" | ||
65 | } \ No newline at end of file | ||