Fixed lava drawing extra transition on off-map
This commit is contained in:
parent
04951af063
commit
a6e3b124df
2 changed files with 3 additions and 1 deletions
|
@ -78,6 +78,8 @@ Version 1.9.1:
|
|||
* Better transitions for Cobbled Road, Clean Cobbles, and Overgrown Path
|
||||
* Fixed hard edge on immpassible mountains clouds.
|
||||
* Fixed Transition of leaf litter to water.
|
||||
* Fixed hard edge on top of cave beams
|
||||
* Fixed lava drawing extra transition on off-map
|
||||
* Better rendering of unit in water: transparency decreases with depth.
|
||||
* Language and i18n:
|
||||
* Updated fonts: DejaVu 2.32
|
||||
|
|
|
@ -635,7 +635,7 @@
|
|||
{TRANSITION_COMPLETE_L Hd (!,Hd,Qx*) -190 hills/desert}
|
||||
{TRANSITION_COMPLETE_L Uh (!,Uh,W*,Ai) -200 cave/hills}
|
||||
|
||||
{TRANSITION_COMPLETE_L Qlf (!,Ql,Qlf,Qx*,X*) -210 unwalkable/lava}
|
||||
{TRANSITION_COMPLETE_L Qlf (!,Ql,Qlf,Qx*,X*,_off^_usr) -210 unwalkable/lava}
|
||||
{TRANSITION_COMPLETE_L (Uu,Uh) (!,Uu,Uh,W*,Ai) -220 cave/floor}
|
||||
{TRANSITION_COMPLETE_L Ur (!,Ur,W*,Ai) -221 cave/floor}
|
||||
#{TRANSITION_COMPLETE_LF (!,Ur) Ur -222 transition2 cave/floor}
|
||||
|
|
Loading…
Add table
Reference in a new issue