diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-03 19:43:00 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-03 19:43:00 +0100 |
commit | eb887d7c1325384ef64cd53a1ca20fc7dd5443d7 (patch) | |
tree | a1920a3d4f902900315107aebfc2099761ee6b3e /map/map_five.cub | |
parent | Removed useless comments (diff) | |
download | 42-cub3d-eb887d7c1325384ef64cd53a1ca20fc7dd5443d7.tar.gz 42-cub3d-eb887d7c1325384ef64cd53a1ca20fc7dd5443d7.tar.bz2 42-cub3d-eb887d7c1325384ef64cd53a1ca20fc7dd5443d7.tar.xz 42-cub3d-eb887d7c1325384ef64cd53a1ca20fc7dd5443d7.tar.zst 42-cub3d-eb887d7c1325384ef64cd53a1ca20fc7dd5443d7.zip |
New map, now we die
Diffstat (limited to '')
-rw-r--r-- | map/map_five.cub | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/map/map_five.cub b/map/map_five.cub new file mode 100644 index 0000000..8842b43 --- /dev/null +++ b/map/map_five.cub @@ -0,0 +1,24 @@ +R 1440 900 +NO ./path_to_the_north_texture +SO ./path_to_the_south_texture +WE ./path_to_the_west_texture +EA ./path_to_the_east_texture + +S ./path_to_the_sprite_texture +F 220,100,0 +C 225,30,0 + + 1111111111111111111111111 + 1000000000110000000000001 + 1011000001110000002000001 + 1001000000000000000000001 +111111111011000001110000000000001 +100000000011000001110111111111111 +11110111111111011100000010001 +11110111111111011101010010001 +11000000110101011100000010001 +10002000000000001100000010001 +10000000000000001101010010001 +11000001110101011111011110N0111 +11110111 1110101 101111010001 +11111111 1111111 111111111111 |