diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-13 00:05:56 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-13 00:05:56 +0100 |
commit | 462635ce9b6c5d91dc0909a0b659162f34de5c74 (patch) | |
tree | 11781ada1756302d7ba8187bc87c6475d001b16a /map | |
parent | Fixed sprite bug (diff) | |
download | 42-cub3d-462635ce9b6c5d91dc0909a0b659162f34de5c74.tar.gz 42-cub3d-462635ce9b6c5d91dc0909a0b659162f34de5c74.tar.bz2 42-cub3d-462635ce9b6c5d91dc0909a0b659162f34de5c74.tar.xz 42-cub3d-462635ce9b6c5d91dc0909a0b659162f34de5c74.tar.zst 42-cub3d-462635ce9b6c5d91dc0909a0b659162f34de5c74.zip |
Ok nice
Diffstat (limited to '')
-rw-r--r-- | map/lvl_one.cub | 2 | ||||
-rw-r--r-- | map/map_one.cub | 2 | ||||
-rw-r--r-- | map/map_two.cub | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/map/lvl_one.cub b/map/lvl_one.cub index 2996918..5a73e65 100644 --- a/map/lvl_one.cub +++ b/map/lvl_one.cub @@ -10,7 +10,7 @@ C ./media/img/BRIQUASSE_3.xpm F ./media/img/BRIQUASSE_3.xpm T media/img/spikes.xpm -SH 1 +SH 4 L ./map/lvl_two.cub LT ./media/img/crapaud.xpm diff --git a/map/map_one.cub b/map/map_one.cub index 61ae184..43c6ab5 100644 --- a/map/map_one.cub +++ b/map/map_one.cub @@ -18,7 +18,7 @@ S7 ./media/img/linuz.xpm T ./media/img/spikes.xpm -SH 4 +SH 1 111111111111111111 100000600002000001 1000E0T00300000001 diff --git a/map/map_two.cub b/map/map_two.cub index 8e4607f..0d3b1ff 100644 --- a/map/map_two.cub +++ b/map/map_two.cub @@ -5,6 +5,8 @@ SO ./media/img/linuz.xpm EA ./media/img/linuz.xpm WE ./media/img/linuz.xpm S ./media/img/pillar.xpm +S3 ./media/img/pillar.xpm +S4 ./media/img/pillar.xpm SH 5 C ./media/img/arrow1.xpm |