diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-05 16:04:15 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-05 16:04:22 +0100 |
commit | 79b7231090994d8c42898a2b7f982df43c6c9810 (patch) | |
tree | 55216496fdd4364c5f65bd8e76d089ebde9ef784 /map | |
parent | Bug fix (diff) | |
download | 42-cub3d-79b7231090994d8c42898a2b7f982df43c6c9810.tar.gz 42-cub3d-79b7231090994d8c42898a2b7f982df43c6c9810.tar.bz2 42-cub3d-79b7231090994d8c42898a2b7f982df43c6c9810.tar.xz 42-cub3d-79b7231090994d8c42898a2b7f982df43c6c9810.tar.zst 42-cub3d-79b7231090994d8c42898a2b7f982df43c6c9810.zip |
map fix
Diffstat (limited to 'map')
-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 0143df3..ad496ae 100644 --- a/map/map_one.cub +++ b/map/map_one.cub @@ -1,4 +1,4 @@ -R 1200 900 +R 1200 600 NO ./path_to_the_north_texture SO ./path_to_the_south_texture |