From 3020917b0b1b03acb52cf9c26a45132c73715de3 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Thu, 13 Aug 2020 12:24:02 -0600 Subject: Added camera, working on ground level --- source/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/map.c') diff --git a/source/map.c b/source/map.c index 88bf41c..fd08e39 100644 --- a/source/map.c +++ b/source/map.c @@ -8,5 +8,5 @@ const int map1[9][20] = { {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 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, 1}, + {1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}, }; -- cgit v1.2.3-70-g09d2