diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-07 17:48:50 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-07 17:48:50 +0200 |
commit | 6e5530763dfe494ad30c5a65e6cf7d1349f4c197 (patch) | |
tree | d387a3539b243671fa53b8cb8344b6c876af05c3 /map | |
parent | Quest in progress (diff) | |
download | 42-cub3d-6e5530763dfe494ad30c5a65e6cf7d1349f4c197.tar.gz 42-cub3d-6e5530763dfe494ad30c5a65e6cf7d1349f4c197.tar.bz2 42-cub3d-6e5530763dfe494ad30c5a65e6cf7d1349f4c197.tar.xz 42-cub3d-6e5530763dfe494ad30c5a65e6cf7d1349f4c197.tar.zst 42-cub3d-6e5530763dfe494ad30c5a65e6cf7d1349f4c197.zip |
Still mapping
Diffstat (limited to 'map')
-rw-r--r-- | map/qst_five_big_plain.cub | 52 | ||||
-rw-r--r-- | map/qst_four_castle_out.cub | 39 | ||||
-rw-r--r-- | map/qst_three_bridge.cub | 2 |
3 files changed, 85 insertions, 8 deletions
diff --git a/map/qst_five_big_plain.cub b/map/qst_five_big_plain.cub new file mode 100644 index 0000000..2061aa1 --- /dev/null +++ b/map/qst_five_big_plain.cub @@ -0,0 +1,52 @@ +R 800 600 + +NO media/img/tex/castle_wall.xpm +SO media/img/tex/.xpm trees +EA media/img/tex/.xpm trees +WE media/img/tex/.xpm trees + +S media/img/sprites/.xpm tree +S3 media/img/sprites/.xpm tree2 +S4 media/img/sprites/.xpm chicken +S5 media/img/sprites/.xpm horse +S6 media/img/sprites/.xpm villager +S8 media/img/sprites/.xpm cow +S7 media/img/sprites/knight.xpm + +C 50,140,220 +F media/img/tex/ground_small.xpm + + +11111111111111111111111111111111111111111111111111 +10000000000000000000007S70000000000000000000000001 +10000000000000000000000000000000000000000000020001 +10000000003000003000000000000000000000000000000001 +10002000000000000000000000000000000000000000000001 +10000000000000000000000000000000000000000000000001 +10000000200000000000000000000000000200000000000001 +10002000000000000000000000000000000000000000000001 +10000000000200000000000000000000000000000000300001 +10000000000000000000000000000000000000000000000001 +10000000000000000000000000000000000000000000000001 +10000000323000000000000000000000300000000020000001 +10000000000000000000000000000000000000000000000001 +10000000000000000300000000000000000000000000000001 +10000000000000000000000000000000003000000000000001 +10000000000000000000000000000000000000030000000001 +10000000000000000000000000000000000000000000000001 +10000000000000000200000000000000000000000000000001 +10000000000000000000000000000000000000000000000001 +10000020000000000000000000000000000003000000000001 +10000000000000000000000000000000000000000000000001 +10000000200000000000000000000000000000000000000001 +10000000000000000000000000000000000300000000000001 +10000000000000000000000000000000000000000000000001 +10000000000000000800800000000000000000000000000001 +11111111111004000000000000000000000000000000002311 + 1000000080000000000000000000000000002011 + 1000040000000000000000000000000003000011 + 10400060000000000000000000000000000000L1 + 1000040050000000000000000000000020003011 + 1000000000000000000000000000200000002011 + 1000000000000000000000000000000000000011 + 1111111111111111111111111111111111111111 diff --git a/map/qst_four_castle_out.cub b/map/qst_four_castle_out.cub index 2b9d8a9..5bcd9b8 100644 --- a/map/qst_four_castle_out.cub +++ b/map/qst_four_castle_out.cub @@ -1,7 +1,32 @@ - 10000000111000000001 - 10000000000000000001 - 10000000030000000001 - 10000000000000000001 - 10000000505000000001 - 11111111101111111111 - 111
\ No newline at end of file +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/fountain.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/ground_small.xpm + +L map/qst_five_big_plain.cub +LT media/img/tex/castle_door.xpm + + +11111111111111111111 +100000000S0000000001 +10000000000000000001 +10000000000000000001 +10000000000000000001 +10000000030000000001 +10000000000000000001 +10000000000000000001 +10000000000000000001 +10000000505000000001 +111111111L1111111111 + 111 diff --git a/map/qst_three_bridge.cub b/map/qst_three_bridge.cub index 6e2ef37..411784c 100644 --- a/map/qst_three_bridge.cub +++ b/map/qst_three_bridge.cub @@ -15,7 +15,7 @@ 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 +LT media/img/tex/bridge_door.xpm SH 0 |