name: "Poetry Room Left" panels { name: "TRUE" path: "Panels/NotNoT/panel5" clue: "true" answer: "true" } panels { name: "NOT" path: "Panels/NotNoT/panel6" clue: "not" answer: "not" } panels { name: "NOT TRUE" path: "Panels/NotNoT/not_true_proxying" clue: "" answer: "false" symbols: EVAL symbols: LINGO proxies { answer: "false" path: "Panels/NotNoT/not_true_proxied_1" } proxies { answer: "rue" path: "Panels/NotNoT/not_true_proxied_2" } } index : cartcollect
An iOS game where you catch items in a cart
summary refs log tree commit diff stats
path: root/Classes/GameConfig.h
blob: 1dd3e996a57cb253fa5f68a188eea5fdeb64e0da (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