diff --git a/CHANGES b/CHANGES index 977269aad..9c7b5283e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ Changes for SVN top of tree: +Add wall/stwall/stwall_2_door.base.111.png and stwall_5_door.base.111.png to +make it possible to have tight-fitting doors (no gaps due to perspective). +wall/stwall/stwall.arc modified. +Kevin Bulgrien 2007-01-07 + Add wall/slevel/dlevel*.png and wall/slevel/dlevel.arc. The slevel arches are raised "elevation" marks that are supposed to overlay other tiles to give the appearance of a raised platform. The dlevel arches are the same graphics but diff --git a/wall/stwall/stwall.arc b/wall/stwall/stwall.arc index 8bcf2be61..ecafa7b07 100644 --- a/wall/stwall/stwall.arc +++ b/wall/stwall/stwall.arc @@ -25,6 +25,13 @@ move_block all visibility 100 magicmap grey end +Object stwall_1_4_door +name doorway +face stwall_2_door.111 +no_pick 1 +visibility 100 +magicmap grey +end Object stwall_2_2_1 name wall face stwall_3.111 @@ -52,6 +59,13 @@ move_block all visibility 100 magicmap grey end +Object stwall_2_1_1_door +name doorway +face stwall_5_door.111 +no_pick 1 +visibility 100 +magicmap grey +end Object stwall_2_2_2 name wall face stwall_6.111 diff --git a/wall/stwall/stwall_2_door.base.111.png b/wall/stwall/stwall_2_door.base.111.png new file mode 100644 index 000000000..03d7eaff7 Binary files /dev/null and b/wall/stwall/stwall_2_door.base.111.png differ diff --git a/wall/stwall/stwall_5_door.base.111.png b/wall/stwall/stwall_5_door.base.111.png new file mode 100644 index 000000000..6f6c913bd Binary files /dev/null and b/wall/stwall/stwall_5_door.base.111.png differ