diff options
Diffstat (limited to 'map.c')
| -rw-r--r-- | map.c | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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, -}; |
