summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-03-23 16:44:57 +0100
committerkdx <kikoodx@paranoici.org>2023-03-23 16:44:57 +0100
commitfdaf9a40770f6021352c4dc80905936be60872cd (patch)
tree4594b8bf3be1724aed4abee1de78a031934fffba
parent9e00511b26ab8b47f33cb3c64da10aa1e3f71295 (diff)
downloadhyperultra-fdaf9a40770f6021352c4dc80905936be60872cd.tar.gz
nuancierdesaut
-rw-r--r--map/nuancierdesaut.json1
-rw-r--r--src/map.c2
2 files changed, 3 insertions, 0 deletions
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"),