From 2416783679eafe35aea7af15bf1308a6895e251a Mon Sep 17 00:00:00 2001 From: esquizo Date: Sat, 2 May 2026 14:55:03 -0300 Subject: mapa arbitrário a partir de uma imagem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- map.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 map.c (limited to 'map.c') diff --git a/map.c b/map.c deleted file mode 100644 index 8c12514..0000000 --- a/map.c +++ /dev/null @@ -1,14 +0,0 @@ -int map_width = 8; -int map_height = 8; - -char map_data[] = { - 1, 0, 0, 0, 0, 0, 0, 0, - 0, 1, 1, 0, 0, 0, 0, 0, - 0, 1, 1, 0, 0, 0, 0, 0, - 0, 1, 1, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 1, 1, 0, - 0, 0, 0, 0, 0, 1, 1, 0, - 0, 0, 0, 0, 0, 1, 1, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, -}; -- cgit v1.2.3