diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-07 17:51:24 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-07 17:51:24 +0200 |
commit | 42478c8604883b857888bf596bd6bf19c96f9e10 (patch) | |
tree | 657e61cf5a4fa45ba414df591217e66adf7a7f0f | |
parent | Still mapping (diff) | |
download | 42-cub3d-42478c8604883b857888bf596bd6bf19c96f9e10.tar.gz 42-cub3d-42478c8604883b857888bf596bd6bf19c96f9e10.tar.bz2 42-cub3d-42478c8604883b857888bf596bd6bf19c96f9e10.tar.xz 42-cub3d-42478c8604883b857888bf596bd6bf19c96f9e10.tar.zst 42-cub3d-42478c8604883b857888bf596bd6bf19c96f9e10.zip |
In progress
-rw-r--r-- | map/qst_five_big_plain.cub | 11 | ||||
-rw-r--r-- | map/qst_four_castle_out.cub | 1 | ||||
-rw-r--r-- | map/qst_six_forest.cub | 0 |
3 files changed, 9 insertions, 3 deletions
diff --git a/map/qst_five_big_plain.cub b/map/qst_five_big_plain.cub index 2061aa1..bee00ae 100644 --- a/map/qst_five_big_plain.cub +++ b/map/qst_five_big_plain.cub @@ -1,9 +1,9 @@ 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 +SO media/img/tex/.xpm plains +EA media/img/tex/.xpm plains +WE media/img/tex/.xpm plains S media/img/sprites/.xpm tree S3 media/img/sprites/.xpm tree2 @@ -16,6 +16,11 @@ S7 media/img/sprites/knight.xpm C 50,140,220 F media/img/tex/ground_small.xpm +L map/qst_six_forest.cub +LT media/img/tex/.xpm trees + +SH 0 + 11111111111111111111111111111111111111111111111111 10000000000000000000007S70000000000000000000000001 diff --git a/map/qst_four_castle_out.cub b/map/qst_four_castle_out.cub index 5bcd9b8..69d4638 100644 --- a/map/qst_four_castle_out.cub +++ b/map/qst_four_castle_out.cub @@ -17,6 +17,7 @@ F media/img/tex/ground_small.xpm L map/qst_five_big_plain.cub LT media/img/tex/castle_door.xpm +SH 0 11111111111111111111 100000000S0000000001 diff --git a/map/qst_six_forest.cub b/map/qst_six_forest.cub new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/map/qst_six_forest.cub |