diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 16:22:51 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 16:22:51 +0100 |
commit | 6ee3017b31456ae8bcf4f21389e514b67d885098 (patch) | |
tree | 39a8354d65268b607d110c67deee9faac081cb5d /map/map_one.cub | |
parent | Bug fix (diff) | |
download | 42-cub3d-6ee3017b31456ae8bcf4f21389e514b67d885098.tar.gz 42-cub3d-6ee3017b31456ae8bcf4f21389e514b67d885098.tar.bz2 42-cub3d-6ee3017b31456ae8bcf4f21389e514b67d885098.tar.xz 42-cub3d-6ee3017b31456ae8bcf4f21389e514b67d885098.tar.zst 42-cub3d-6ee3017b31456ae8bcf4f21389e514b67d885098.zip |
Got tex
Diffstat (limited to '')
-rw-r--r-- | map/map_one.cub | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/map/map_one.cub b/map/map_one.cub index 9728683..70d8d5d 100644 --- a/map/map_one.cub +++ b/map/map_one.cub @@ -1,7 +1,20 @@ + + + R 1400 900 + + + + NO ./path_to_the_north_texture + + + + + + SO ./path_to_the_south_texture -WE ./path_to_the_west_texture +WE ./path_to_the_west_texture qweqwe EA ./path_to_the_east_texture S ./path_to_the_sprite_texture |