diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-11 14:41:58 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-11 14:41:58 +0100 |
commit | 13b5f03b294e965b9015d5963ffe2c14dcfc6101 (patch) | |
tree | 290fb0ff86666dd793a1affd2a04560e634e60f7 | |
parent | Better Makefile (diff) | |
download | 42-cub3d-13b5f03b294e965b9015d5963ffe2c14dcfc6101.tar.gz 42-cub3d-13b5f03b294e965b9015d5963ffe2c14dcfc6101.tar.bz2 42-cub3d-13b5f03b294e965b9015d5963ffe2c14dcfc6101.tar.xz 42-cub3d-13b5f03b294e965b9015d5963ffe2c14dcfc6101.tar.zst 42-cub3d-13b5f03b294e965b9015d5963ffe2c14dcfc6101.zip |
Map update
-rw-r--r-- | map/map_one.cub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/map/map_one.cub b/map/map_one.cub index 6586085..d988c7a 100644 --- a/map/map_one.cub +++ b/map/map_one.cub @@ -1,4 +1,4 @@ -R 1200 100000 +R 1200 600 NO ./path_to_the_north_texture SO ./path_to_the_south_texture |