summary refs log tree commit diff stats
path: root/data/maps/the_symbolic/rooms/Tutorial.txtpb
blob: 556e2bd71ea60c8c1681a756b7d871a9a46bfe9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name: "Tutorial"
panels {
  name: "SAY"
  path: "Panels/Entry/say"
  clue: "say"
  answer: "say"
}
panels {
  name: "HIGH"
  path: "Panels/Entry/high"
  clue: "high"
  answer: "hi"
  symbols: ZERO
}
panels {
  name: "<- (1)"
  path: "Panels/Entry/say_hi"
  clue: ""
  answer: "hi"
  symbols: EVAL
  symbols: LINGO
}
panels {
  name: "<- (2)"
  path: "Panels/Entry/type_this"
  clue: ""
  answer: "this"
  symbols: EVAL
  symbols: LINGO
}
panels {
  name: "<- (3)"
  path: "Panels/Entry/write_same"
  clue: ""
  answer: "same"
  symbols: EVAL
  symbols: LINGO
}
panels {
  name: "THIS"
  path: "Panels/Entry/type_this2"
  clue: "this"
  answer: "this"
}
panels {
  name: "WRITE"
  path: "Panels/Entry/write_same2"
  clue: "write"
  answer: "write"
}
panels {
  name: "TYPE"
  path: "Panels/Entry/type_this3"
  clue: "type"
  answer: "type"
}
panels {
  name: "SAME"
  path: "Panels/Entry/write_same3"
  clue: "same"
  answer: "same"
}