diff --git a/CHANGES b/CHANGES index e87b07470..85d0c7e77 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Changes for SVN top of tree: +exit/oakdoor_1.arc, exit/oakdoor_1.base.111.png, exit/oakdoor_2.arc, +exit/oakdoor_2.base.111.png +New graphics to replace the old xpm oakdoor, also has two +facings - vertical (oarkdoor_1) and horizontal (oakdoor_2) +Rick Tanner 2008-12-01 + /wall/wwall/wwall.arc, /wall/wwall/wwall_right.base.111.png, /wall/wwall/wwall_left.base.111.png New graphic for use in doorways or as a short wall diff --git a/exit/oakdoor_1.arc b/exit/oakdoor_1.arc new file mode 100644 index 000000000..3b4d15f17 --- /dev/null +++ b/exit/oakdoor_1.arc @@ -0,0 +1,10 @@ +Object oakdoor_1 +name oakdoor +face oakdoor_1.111 +magicmap brown +type 66 +no_pick 1 +visibility 100 +client_type 25012 +end + diff --git a/exit/oakdoor_1.base.111.png b/exit/oakdoor_1.base.111.png new file mode 100644 index 000000000..87c97b3ab Binary files /dev/null and b/exit/oakdoor_1.base.111.png differ diff --git a/exit/oakdoor_2.arc b/exit/oakdoor_2.arc new file mode 100644 index 000000000..0f5fb25cb --- /dev/null +++ b/exit/oakdoor_2.arc @@ -0,0 +1,9 @@ +Object oakdoor_2 +name oakdoor +face oakdoor_2.111 +magicmap brown +type 66 +no_pick 1 +visibility 100 +client_type 25012 +end diff --git a/exit/oakdoor_2.base.111.png b/exit/oakdoor_2.base.111.png new file mode 100644 index 000000000..f83554ef3 Binary files /dev/null and b/exit/oakdoor_2.base.111.png differ