From caf7494e8412336b74ca143dac1356870c39fe13 Mon Sep 17 00:00:00 2001 From: Marianne Chevrot Date: Sat, 9 May 2020 23:16:40 +0200 Subject: Add support for empty arrows - remove empt, fblk types, there are merged to their base type (norm and froz) - ar_*, norm and froz support having None for their kana property --- levels/level_4.10.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'levels/level_4.10.yaml') diff --git a/levels/level_4.10.yaml b/levels/level_4.10.yaml index 3affafc..7c2fdde 100644 --- a/levels/level_4.10.yaml +++ b/levels/level_4.10.yaml @@ -3,8 +3,8 @@ size: [7, 3] max_actions: 10 target_score: 7 grid: [ - [void, null], [void, null], [void, null], [norm, sa ], [empt, null], [norm, 'no'], [void, null], - [void, null], [void, null], [void, null], [void, null], [empt, null], [void, null], [void, null], - [rock, se ], [ar_l, ko ], [ar_l, na ], [ar_l, so ], [empt, null], [empt, null], [froz, ke ], + [void, null], [void, null], [void, null], [norm, sa ], [norm, null], [norm, 'no'], [void, null], + [void, null], [void, null], [void, null], [void, null], [norm, null], [void, null], [void, null], + [rock, se ], [ar_r, ko ], [ar_r, na ], [ar_r, so ], [norm, null], [norm, null], [froz, ke ], ] # The kana 'no' need to be protected else the program convert it into False... -- cgit v1.2.3