diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-09 16:03:33 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-09 16:03:33 +0200 |
commit | a3cb399152b93ee64e3a9f26e0a5ea6c68ad41c9 (patch) | |
tree | ca56563f6b2bfe9fe4c215d981f500c03b6b16f1 /map | |
parent | Pretty bav (diff) | |
download | 42-cub3d-a3cb399152b93ee64e3a9f26e0a5ea6c68ad41c9.tar.gz 42-cub3d-a3cb399152b93ee64e3a9f26e0a5ea6c68ad41c9.tar.bz2 42-cub3d-a3cb399152b93ee64e3a9f26e0a5ea6c68ad41c9.tar.xz 42-cub3d-a3cb399152b93ee64e3a9f26e0a5ea6c68ad41c9.tar.zst 42-cub3d-a3cb399152b93ee64e3a9f26e0a5ea6c68ad41c9.zip |
Few changes
Diffstat (limited to 'map')
-rw-r--r-- | map/adv_one.cub | 2 | ||||
-rw-r--r-- | map/qst_eleven_cave.cub | 2 | ||||
-rw-r--r-- | map/qst_nine_cave_path.cub | 2 | ||||
-rw-r--r-- | map/qst_twelve_dungeon.cub | 2 | ||||
-rw-r--r-- | map/quest_start.cub | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/map/adv_one.cub b/map/adv_one.cub index 3cf440c..08bd271 100644 --- a/map/adv_one.cub +++ b/map/adv_one.cub @@ -1,4 +1,4 @@ -R 1200 720 +R 1450 1080 NO ./media/img/tex/BRIQUASSE_3.xpm SO ./media/img/tex/BRIQUASSE_3.xpm diff --git a/map/qst_eleven_cave.cub b/map/qst_eleven_cave.cub index e014f22..af4d210 100644 --- a/map/qst_eleven_cave.cub +++ b/map/qst_eleven_cave.cub @@ -1,4 +1,4 @@ -R 1000 800 +R 10 10 NO media/img/tex/cave.xpm SO media/img/tex/cave.xpm diff --git a/map/qst_nine_cave_path.cub b/map/qst_nine_cave_path.cub index 5f73cfe..0f5c365 100644 --- a/map/qst_nine_cave_path.cub +++ b/map/qst_nine_cave_path.cub @@ -14,7 +14,7 @@ C 133,210,255 F media/img/tex/earth.xpm L map/qst_ten_small_plain.cub -LT media/img/tex/witch_door.xpm +LT media/img/tex/plain_three.xpm 1111111 1300051 diff --git a/map/qst_twelve_dungeon.cub b/map/qst_twelve_dungeon.cub index 1b859b5..6bf908f 100644 --- a/map/qst_twelve_dungeon.cub +++ b/map/qst_twelve_dungeon.cub @@ -1 +1 @@ -R 1000 900
\ No newline at end of file +R 1000 900 diff --git a/map/quest_start.cub b/map/quest_start.cub index 207f51a..f997d7d 100644 --- a/map/quest_start.cub +++ b/map/quest_start.cub @@ -1,4 +1,4 @@ -R 1100 900 +R 1450 1080 NO media/img/tex/castle_wall.xpm SO media/img/tex/castle_wall.xpm |