diff options
author | Rudy Bousset <rbousset@z3r8p1.le-101.fr> | 2020-02-13 19:47:57 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z3r8p1.le-101.fr> | 2020-02-13 19:47:57 +0100 |
commit | 2cf6b171781fb13e69c821c3f6856ee0f6bdbb6c (patch) | |
tree | 161f54434f678a97bfafc2465b7d80d0c087317d | |
parent | Splited structs (diff) | |
download | 42-cub3d-2cf6b171781fb13e69c821c3f6856ee0f6bdbb6c.tar.gz 42-cub3d-2cf6b171781fb13e69c821c3f6856ee0f6bdbb6c.tar.bz2 42-cub3d-2cf6b171781fb13e69c821c3f6856ee0f6bdbb6c.tar.xz 42-cub3d-2cf6b171781fb13e69c821c3f6856ee0f6bdbb6c.tar.zst 42-cub3d-2cf6b171781fb13e69c821c3f6856ee0f6bdbb6c.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 d988c7a..ee83dd3 100644 --- a/map/map_one.cub +++ b/map/map_one.cub @@ -1,4 +1,4 @@ -R 1200 600 +R 1600 1000 NO ./path_to_the_north_texture SO ./path_to_the_south_texture |