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/template_level_X.XX.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'levels/template_level_X.XX.yaml') diff --git a/levels/template_level_X.XX.yaml b/levels/template_level_X.XX.yaml index 78b9477..9165e8f 100644 --- a/levels/template_level_X.XX.yaml +++ b/levels/template_level_X.XX.yaml @@ -3,7 +3,9 @@ size: [1, 1] max_actions: 1 target_score: 1 grid: [ - [void, null], [myst, su ], [rock, hu ], [norm, ku ], [froz, nu ], - [empt, null], [empt, null], [empt, null], [empt, null], [empt, null], + [void, null], [myst, su ], [rock, hu ], [norm, ku ], [froz, nu ], [froz, null], [ar_u, mu ], + [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], + [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], + [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], ] # The kana 'no' need to be protected else the program convert it into False... -- cgit v1.2.3