diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 01:17:07 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 01:17:07 +0100 |
commit | 130ef435ac41b4af764937b615d37c77133599fb (patch) | |
tree | fcbdf370db9da42fec7befa9d1e189a64345c565 /map | |
parent | Okkokokokokok (diff) | |
download | 42-cub3d-130ef435ac41b4af764937b615d37c77133599fb.tar.gz 42-cub3d-130ef435ac41b4af764937b615d37c77133599fb.tar.bz2 42-cub3d-130ef435ac41b4af764937b615d37c77133599fb.tar.xz 42-cub3d-130ef435ac41b4af764937b615d37c77133599fb.tar.zst 42-cub3d-130ef435ac41b4af764937b615d37c77133599fb.zip |
Now destroying window
Diffstat (limited to '')
-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 e35fb76..9728683 100644 --- a/map/map_one.cub +++ b/map/map_one.cub @@ -1,4 +1,4 @@ -R 1700 1000 +R 1400 900 NO ./path_to_the_north_texture SO ./path_to_the_south_texture WE ./path_to_the_west_texture |