From fdaf9a40770f6021352c4dc80905936be60872cd Mon Sep 17 00:00:00 2001 From: kdx Date: Thu, 23 Mar 2023 16:44:57 +0100 Subject: nuancierdesaut --- map/nuancierdesaut.json | 1 + src/map.c | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 map/nuancierdesaut.json diff --git a/map/nuancierdesaut.json b/map/nuancierdesaut.json new file mode 100644 index 0000000..1da470b --- /dev/null +++ b/map/nuancierdesaut.json @@ -0,0 +1 @@ +{"width":25,"height":14,"data":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,4,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]} \ No newline at end of file diff --git a/src/map.c b/src/map.c index c31eb66..0e96f8c 100644 --- a/src/map.c +++ b/src/map.c @@ -1,6 +1,7 @@ #include "map.h" #include "lzy.h" #include "cfg.h" +#include "nuancierdesaut.h" #include "weallstartsomewhere.h" #include "wakywakysnakysnake.h" #include "idkwymlol.h" @@ -8,6 +9,7 @@ #define LOL(x) (unsigned char *)(x) unsigned char *maps[] = { + map_nuancierdesaut_json.data, LOL("nuancier de saut"), map_weallstartsomewhere_json.data, LOL("we all start somewhere"), map_wakywakysnakysnake_json.data, LOL("waky waky snaky snake"), map_idkwymlol_json.data, LOL("idk wym lol"), -- cgit v1.2.3