diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-08 21:52:44 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-08 21:52:44 +0200 |
commit | 115a75326f9f16777feaa400347ebfba98a4562d (patch) | |
tree | b7bf31feb3af7719b25954784a949b5015918e8a | |
parent | Cave is bav (diff) | |
download | 42-cub3d-115a75326f9f16777feaa400347ebfba98a4562d.tar.gz 42-cub3d-115a75326f9f16777feaa400347ebfba98a4562d.tar.bz2 42-cub3d-115a75326f9f16777feaa400347ebfba98a4562d.tar.xz 42-cub3d-115a75326f9f16777feaa400347ebfba98a4562d.tar.zst 42-cub3d-115a75326f9f16777feaa400347ebfba98a4562d.zip |
Pretty bav
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | map/qst_eight_witch_house.cub | 4 | ||||
-rw-r--r-- | map/qst_eleven_cave.cub | 8 | ||||
-rw-r--r-- | map/qst_ten_small_plain.cub | 2 | ||||
-rw-r--r-- | map/quest_start.cub (renamed from map/qst_start.cub) | 0 |
5 files changed, 8 insertions, 8 deletions
@@ -242,7 +242,7 @@ re: fclean all bonus: all #--------------------------------------------------------------------------------------------------# run: all - @./${NAME} "map/qst_start.cub" + @./${NAME} "map/quest_start.cub" #--------------------------------------------------------------------------------------------------# .PHONY: all clean clean fclean re bonus run default #============================================== EOF ===============================================# diff --git a/map/qst_eight_witch_house.cub b/map/qst_eight_witch_house.cub index 8ca8337..72f6bdb 100644 --- a/map/qst_eight_witch_house.cub +++ b/map/qst_eight_witch_house.cub @@ -29,8 +29,8 @@ SH 4 1001+000000+1 10000000000+1 10010000000+1 -1E010007001011 -100100000010L1 +1E010000001011 +100100000710L1 10010503T61+11 1111121111111 1001 diff --git a/map/qst_eleven_cave.cub b/map/qst_eleven_cave.cub index 1f19ca5..e014f22 100644 --- a/map/qst_eleven_cave.cub +++ b/map/qst_eleven_cave.cub @@ -25,12 +25,12 @@ SH 6 1L1 1e1 101 - 10111111111111 - 10000000030001 - 11111001111001 + 110111111111111 + 150000000030001 + 111111001111001 1001 1001111111 1001 10000002T1 - 1001 1600000@51 + 1001 1600000051 1001 1001111111 1001 1001 111111111111110111110011 diff --git a/map/qst_ten_small_plain.cub b/map/qst_ten_small_plain.cub index 08042e3..4f6db41 100644 --- a/map/qst_ten_small_plain.cub +++ b/map/qst_ten_small_plain.cub @@ -14,7 +14,7 @@ S6 media/img/sprites/big_rock.xpm C 133,210,255 F media/img/tex/ground_small.xpm -L map/qst_ten_small_plain.cub +L map/qst_eleven_cave.cub LT media/img/tex/cave_entrance.xpm SH 0 diff --git a/map/qst_start.cub b/map/quest_start.cub index 207f51a..207f51a 100644 --- a/map/qst_start.cub +++ b/map/quest_start.cub |