summaryrefslogtreecommitdiff
path: root/source/map.c
diff options
context:
space:
mode:
authorLogan Hunt <loganthebean222@gmail.com>2020-08-13 12:24:02 -0600
committerLogan Hunt <loganthebean222@gmail.com>2020-08-13 12:24:02 -0600
commit3020917b0b1b03acb52cf9c26a45132c73715de3 (patch)
tree78eeb7aff02bea3346dbb85e54c24a79620baeb0 /source/map.c
parent4c5b382ef964ccc46f9c26221be237cf54da7576 (diff)
downloadgeometry-dash-gba-3020917b0b1b03acb52cf9c26a45132c73715de3.tar.gz
geometry-dash-gba-3020917b0b1b03acb52cf9c26a45132c73715de3.zip
Added camera, working on ground level
Diffstat (limited to 'source/map.c')
-rw-r--r--source/map.c2
1 files changed, 1 insertions, 1 deletions
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},
};