diff --git a/CHANGES b/CHANGES index 6482460ea..0063dc6f5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,12 @@ -Changes for CVS top of tree: +Changes for SVN top of tree: + +Created addition shoreline tiles for the ground/sea.arc tile set to +add sea_F.base.111.png and sea_F.clsc.111.png that form a round pool +surrounded by transparency. This tile might be used to fix indoor +water pools by providing a replacement for blake_0 which has grass +surrounding the water. Also modified sea.arc accordingly. +Kevin Bulgrien 2007-02-12 + Created additional shoreline tiles for the sea.arc tile set to fix some maps that use the blake.arc tile set to allow shorelines diff --git a/ground/sea.arc b/ground/sea.arc index ad6294d40..4d47e7a64 100644 --- a/ground/sea.arc +++ b/ground/sea.arc @@ -144,3 +144,15 @@ editable 8 smoothlevel 255 smoothface sea_E.111 empty_S.111 end +Object sea_nsew +name sea +face sea_F.111 +color_fg light_blue +no_pass 1 +no_pick 1 +is_water 1 +visibility 100 +editable 8 +smoothlevel 255 +smoothface sea_E.111 empty_S.111 +end diff --git a/ground/sea_F.base.111.png b/ground/sea_F.base.111.png new file mode 100644 index 000000000..b4c3fa6cf Binary files /dev/null and b/ground/sea_F.base.111.png differ diff --git a/ground/sea_F.clsc.111.png b/ground/sea_F.clsc.111.png new file mode 100644 index 000000000..5284c4e1e Binary files /dev/null and b/ground/sea_F.clsc.111.png differ