diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-03 19:50:46 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-03 19:50:46 +0100 |
commit | 8c9efb6d586213138def6b8e03ee82c7c24a5527 (patch) | |
tree | a56474b5997d0dd2b92661c20952e8ce24e63095 /map | |
parent | New map, now we die (diff) | |
download | 42-cub3d-8c9efb6d586213138def6b8e03ee82c7c24a5527.tar.gz 42-cub3d-8c9efb6d586213138def6b8e03ee82c7c24a5527.tar.bz2 42-cub3d-8c9efb6d586213138def6b8e03ee82c7c24a5527.tar.xz 42-cub3d-8c9efb6d586213138def6b8e03ee82c7c24a5527.tar.zst 42-cub3d-8c9efb6d586213138def6b8e03ee82c7c24a5527.zip |
Better music command handling
Diffstat (limited to 'map')
-rw-r--r-- | map/map_five.cub | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/map/map_five.cub b/map/map_five.cub index 8842b43..cea7045 100644 --- a/map/map_five.cub +++ b/map/map_five.cub @@ -1,10 +1,10 @@ R 1440 900 -NO ./path_to_the_north_texture -SO ./path_to_the_south_texture -WE ./path_to_the_west_texture -EA ./path_to_the_east_texture +NO ./media/img/terre.xpm +SO ./media/img/terre.xpm +WE ./media/img/terre.xpm +EA ./media/img/terre.xpm -S ./path_to_the_sprite_texture +S ./media/img/crapaud.xpm F 220,100,0 C 225,30,0 |