added quick variant of 'chasm bridge' for automatic use over water.
This commit is contained in:
parent
d375903a1f
commit
03b4363346
8 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,10 @@ Version 1.9.1+svn:
|
|||
* Map updates.
|
||||
* Implemented gold carryover between the multiplayer chapters.
|
||||
* Added extra keeps to keep up with the growing number of leaders.
|
||||
* Graphics:
|
||||
* Terrain:
|
||||
* Any Castle or Keep except Dwarvish can now be combined without large gaps or extra walls.
|
||||
* Added variant of chasm bridge for over water
|
||||
* Language and i18n:
|
||||
* Updated translations: Indonesian, Russian
|
||||
* User interface:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
BIN
data/core/images/terrain/cave/chasm-water-stone-bridge-se-nw.png
Normal file
BIN
data/core/images/terrain/cave/chasm-water-stone-bridge-se-nw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
data/core/images/terrain/cave/chasm-water-stone-bridge-sw-ne.png
Normal file
BIN
data/core/images/terrain/cave/chasm-water-stone-bridge-sw-ne.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -311,6 +311,9 @@
|
|||
{OVERLAY_F Ql*^Bs| bridge cave/chasm-lava-stone-bridge-s-n}
|
||||
{OVERLAY_F Ql*^Bs/ bridge cave/chasm-lava-stone-bridge-sw-ne}
|
||||
|
||||
{OVERLAY_F W*^Bs\,S*^Bs\ bridge cave/chasm-water-stone-bridge-se-nw}
|
||||
{OVERLAY_F W*^Bs/,S*^Bx/ bridge cave/chasm-water-stone-bridge-sw-ne}
|
||||
|
||||
{OVERLAY_F *^Bs\ bridge cave/chasm-stone-bridge-se-nw}
|
||||
{OVERLAY_F *^Bs| bridge cave/chasm-stone-bridge-s-n}
|
||||
{OVERLAY_F *^Bs/ bridge cave/chasm-stone-bridge-sw-ne}
|
||||
|
|
|
@ -13,6 +13,7 @@ Version 1.9.1+svn:
|
|||
* Graphics:
|
||||
* Terrain:
|
||||
* Any Castle or Keep except Dwarvish can now be combined without large gaps or extra walls.
|
||||
* Added variant of chasm bridge for over water
|
||||
|
||||
Version 1.9.1:
|
||||
* Campaigns:
|
||||
|
|
Loading…
Add table
Reference in a new issue