summary refs log tree commit diff stats
path: root/data/maps/the_symbolic/rooms/Tutorial.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-25 11:57:09 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-25 11:57:09 -0400
commit8c19969253b43566a8f8ec1a7e9f73c4f23a0878 (patch)
tree616cd991466053bb3419debd046a9d9d22dcb261 /data/maps/the_symbolic/rooms/Tutorial.txtpb
parent3963ff28b7ec26f52bff564cc21457df56f9e5b4 (diff)
downloadlingo2-archipelago-8c19969253b43566a8f8ec1a7e9f73c4f23a0878.tar.gz
lingo2-archipelago-8c19969253b43566a8f8ec1a7e9f73c4f23a0878.tar.bz2
lingo2-archipelago-8c19969253b43566a8f8ec1a7e9f73c4f23a0878.zip
Added the_symbolic
Diffstat (limited to 'data/maps/the_symbolic/rooms/Tutorial.txtpb')
-rw-r--r--data/maps/the_symbolic/rooms/Tutorial.txtpb62
1 files changed, 62 insertions, 0 deletions
diff --git a/data/maps/the_symbolic/rooms/Tutorial.txtpb b/data/maps/the_symbolic/rooms/Tutorial.txtpb new file mode 100644 index 0000000..556e2bd --- /dev/null +++ b/data/maps/the_symbolic/rooms/Tutorial.txtpb
@@ -0,0 +1,62 @@
1name: "Tutorial"
2panels {
3 name: "SAY"
4 path: "Panels/Entry/say"
5 clue: "say"
6 answer: "say"
7}
8panels {
9 name: "HIGH"
10 path: "Panels/Entry/high"
11 clue: "high"
12 answer: "hi"
13 symbols: ZERO
14}
15panels {
16 name: "<- (1)"
17 path: "Panels/Entry/say_hi"
18 clue: ""
19 answer: "hi"
20 symbols: EVAL
21 symbols: LINGO
22}
23panels {
24 name: "<- (2)"
25 path: "Panels/Entry/type_this"
26 clue: ""
27 answer: "this"
28 symbols: EVAL
29 symbols: LINGO
30}
31panels {
32 name: "<- (3)"
33 path: "Panels/Entry/write_same"
34 clue: ""
35 answer: "same"
36 symbols: EVAL
37 symbols: LINGO
38}
39panels {
40 name: "THIS"
41 path: "Panels/Entry/type_this2"
42 clue: "this"
43 answer: "this"
44}
45panels {
46 name: "WRITE"
47 path: "Panels/Entry/write_same2"
48 clue: "write"
49 answer: "write"
50}
51panels {
52 name: "TYPE"
53 path: "Panels/Entry/type_this3"
54 clue: "type"
55 answer: "type"
56}
57panels {
58 name: "SAME"
59 path: "Panels/Entry/write_same3"
60 clue: "same"
61 answer: "same"
62}