blob: 633a843ca0b4f6a15d1e9655bc148bd1ea0d6015 (
plain)
1
2
3
4
5
6
7
8
|
# kana quest grid level 1.1
size: [3, 1]
max_actions: 1
target_score: 2
grid: [
[ar_r, su ], [empt, null], [norm, so ],
]
# The kana 'no' need to be protected else the program convert it into False...
|