From 1d1ac0c14d7f0f6d6e8e79f701017023c1cf75a9 Mon Sep 17 00:00:00 2001 From: KikooDX Date: Tue, 5 Nov 2019 09:58:29 +0100 Subject: [PATCH] --- Levels.py-format.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Levels.py-format.md b/Levels.py-format.md index 9d79ea7..03804bb 100644 --- a/Levels.py-format.md +++ b/Levels.py-format.md @@ -1,15 +1,15 @@ ## Variables utility -levels list : contain raw levels layouts -lvl_dims list : contain levels dim in tuples + - levels list : contain raw levels layouts + - lvl_dims list : contain levels dim in tuples ## Chars/tiles correpondance -`@` : player (can only put one) -`#` : wall -`/` : box space -`+` : box -`*` : box in box space -`.` : floor (can be walked on) -` ` (space) : empty tile (can't be walked on) + - `@` : player (can only put one) + - `#` : wall + - `/` : box space + - `+` : box + - `*` : box in box space + - `.` : floor (can be walked on) + - ` ` (space) : empty tile (can't be walked on) ## Example ```levels += [