diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-07 16:54:57 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-07 16:54:57 +0200 |
commit | 50e0e5ebb2985bf6f5e9d6e8199fa60bc29d89b7 (patch) | |
tree | 3c9e8dfef3cb6d70c053c82f3775caef96749a2f /map | |
parent | Fine tex (diff) | |
download | 42-cub3d-50e0e5ebb2985bf6f5e9d6e8199fa60bc29d89b7.tar.gz 42-cub3d-50e0e5ebb2985bf6f5e9d6e8199fa60bc29d89b7.tar.bz2 42-cub3d-50e0e5ebb2985bf6f5e9d6e8199fa60bc29d89b7.tar.xz 42-cub3d-50e0e5ebb2985bf6f5e9d6e8199fa60bc29d89b7.tar.zst 42-cub3d-50e0e5ebb2985bf6f5e9d6e8199fa60bc29d89b7.zip |
Quest in progress
Diffstat (limited to 'map')
-rw-r--r-- | map/qst_four_castle_out.cub | 7 | ||||
-rw-r--r-- | map/qst_start.cub | 2 | ||||
-rw-r--r-- | map/qst_three_bridge.cub | 34 | ||||
-rw-r--r-- | map/qst_three_castle_out.cub | 0 | ||||
-rw-r--r-- | map/qst_two_corridor.cub | 4 |
5 files changed, 44 insertions, 3 deletions
diff --git a/map/qst_four_castle_out.cub b/map/qst_four_castle_out.cub new file mode 100644 index 0000000..2b9d8a9 --- /dev/null +++ b/map/qst_four_castle_out.cub @@ -0,0 +1,7 @@ + 10000000111000000001 + 10000000000000000001 + 10000000030000000001 + 10000000000000000001 + 10000000505000000001 + 11111111101111111111 + 111
\ No newline at end of file diff --git a/map/qst_start.cub b/map/qst_start.cub index 7955012..78ff93f 100644 --- a/map/qst_start.cub +++ b/map/qst_start.cub @@ -5,7 +5,7 @@ SO media/img/tex/castle_wall.xpm EA media/img/tex/castle_wall.xpm WE media/img/tex/castle_wall.xpm -C media/img/tex/wood_ceil.xpm +C media/img/tex/wood_ceil_small.xpm F media/img/tex/castle_floor.xpm S media/img/sprites/king.xpm diff --git a/map/qst_three_bridge.cub b/map/qst_three_bridge.cub new file mode 100644 index 0000000..6e2ef37 --- /dev/null +++ b/map/qst_three_bridge.cub @@ -0,0 +1,34 @@ +R 10 10 + +NO media/img/tex/castle_wall.xpm +SO media/img/tex/castle_wall.xpm +EA media/img/tex/castle_wall.xpm +WE media/img/tex/castle_wall.xpm + +S media/img/sprites/king.xpm +S3 media/img/sprites/castle_pillar.xpm +S4 media/img/sprites/castle_pillar.xpm +S5 media/img/sprites/knight.xpm +S6 media/img/sprites/brasero.xpm + +C 50,140,220 +F media/img/tex/wood_wall_1_small.xpm + +L map/qst_four_castle_out.cub +LT media/img/tex/ground.xpm + +SH 0 + +11111111111111111111 +106000005S0500000601 +10000000000000000001 +11111115000511111111 + 10001 + 10001 + 10001 + 10001 + 10001 + 10001 + 10001 + 1L1 + 111 diff --git a/map/qst_three_castle_out.cub b/map/qst_three_castle_out.cub deleted file mode 100644 index e69de29..0000000 --- a/map/qst_three_castle_out.cub +++ /dev/null diff --git a/map/qst_two_corridor.cub b/map/qst_two_corridor.cub index aa68175..a83dd20 100644 --- a/map/qst_two_corridor.cub +++ b/map/qst_two_corridor.cub @@ -5,7 +5,7 @@ SO media/img/tex/castle_wall.xpm EA media/img/tex/castle_wall.xpm WE media/img/tex/castle_wall.xpm -C media/img/tex/wood_ceil.xpm +C media/img/tex/wood_ceil_small.xpm F media/img/tex/castle_floor.xpm S media/img/sprites/king.xpm @@ -17,7 +17,7 @@ S7 media/img/sprites/longbow.xpm S8 media/img/sprites/swords.xpm S9 media/img/sprites/shield.xpm -L map/qst_three_castle_out.cub +L map/qst_three_bridge.cub LT media/img/tex/castle_door.xpm 111111111 |