Re-implemented the beach part of land-water bank transitions
This removes the need for custom corner images (flat/shore*), and instead uses NEW:GENERIC_CORNER_TRANSITION to create the tiles by masking a single image (water/bottom.png). This results in a pretty subtle visual change.
This commit is contained in:
parent
eac2c0791d
commit
70cda2d3da
2 changed files with 1 additions and 1 deletions
BIN
data/core/images/terrain/water/bottom.png
Normal file
BIN
data/core/images/terrain/water/bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
|
@ -902,7 +902,7 @@
|
|||
|
||||
|
||||
# Beaches
|
||||
{NEW:BEACH !,D*,Hd,Chw,Khw,Khs,W*,S*,Xv,Qx*,A*,_* W* flat/shore}
|
||||
{NEW:GENERIC_CORNER_TRANSITION !,D*,Hd,Chw,Khw,Khs,W*,S*,Xv,Qx*,A*,_* W* -500 water/bottom masks/long ""}
|
||||
|
||||
|
||||
# Water Transitions below everything else
|
||||
|
|
Loading…
Add table
Reference in a new issue