diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2020-02-17 16:27:35 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2020-02-17 16:27:35 +0100 |
commit | 8a89388d397b50f2c70cef05f8fa6cfa10cc213c (patch) | |
tree | e010e46998fd02717135f60a6f03ec97f9b47f8d /map/map_one.cub | |
parent | Merge branch 'master' of https://gitlab.com/JozanLeClerc/42-cub3d into tex_fmoen (diff) | |
download | 42-cub3d-8a89388d397b50f2c70cef05f8fa6cfa10cc213c.tar.gz 42-cub3d-8a89388d397b50f2c70cef05f8fa6cfa10cc213c.tar.bz2 42-cub3d-8a89388d397b50f2c70cef05f8fa6cfa10cc213c.tar.xz 42-cub3d-8a89388d397b50f2c70cef05f8fa6cfa10cc213c.tar.zst 42-cub3d-8a89388d397b50f2c70cef05f8fa6cfa10cc213c.zip |
small but important changes
Diffstat (limited to 'map/map_one.cub')
-rw-r--r-- | map/map_one.cub | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/map/map_one.cub b/map/map_one.cub index 2c3f8a2..637fef5 100644 --- a/map/map_one.cub +++ b/map/map_one.cub @@ -1,10 +1,10 @@ R 1200 900 -NO ./path_to_the_north_texture -SO ./path_to_the_south_texture -EA ./path_to_the_east_texture -WE ./path_to_the_west_texture -S ./path_to_the_sprite_texture +NO ./map/img/crapaud.xpm +SO ./map/img/linus.xpm +EA ./map/img/linuz.xpm +WE ./map/img/segfault2.xpm +S ./map/img/segfot.xpm C 30,130,175 F 150,150,145 |