[terrain_graphics] chasm transitions to lower layer (#2056)
* moving all chasm transitions to lower layer -290 from -90, not just those next to I* terrain * adding a couple more stone_tile-chasm transition images
This commit is contained in:
parent
6bf3c4711d
commit
62d4368a19
3 changed files with 9 additions and 15 deletions
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
|
@ -780,24 +780,18 @@ C*,K*,X*,Q*,W*,Ai,M*,*^V*,*^B*,_off^_usr#enddef
|
|||
{TRANSITION_COMPLETE_LF (Qx*,Ql*) (M*,Mv) 0 transition3 mountains/blend-from-chasm}
|
||||
|
||||
#chasm/lava transitions always below castles/walls
|
||||
# these have been moved lower, layer=-290 from -90
|
||||
|
||||
{WALL_TRANSITION2_LF Ql Qx*,Xv,_off^_usr (!,Ql,Qx*,I*r,Xo*) -90 ground unwalkable/lava-chasm}
|
||||
{WALL_TRANSITION2_LF Qlf Qx*,Xv,_off^_usr (!,Ql*,Qx*,I*r,Xo*) -90 ground unwalkable/lava-chasm}
|
||||
{WALL_TRANSITION_LF Ql (!,I*r,Xo*,Ql,Xv,_off^_usr) -90 ground unwalkable/lava}
|
||||
{WALL_TRANSITION_LF Qlf (!,I*r,Xo*,Qlf,Xv,_off^_usr) -90 ground unwalkable/lava-high}
|
||||
{WALL_TRANSITION_LF Qx* (Ai*,Aa*,Ha*,Ms*,) -90 ground chasm/regular-snow}
|
||||
{WALL_TRANSITION_LF Qx* (W*,S*) -90 ground chasm/water}
|
||||
{WALL_TRANSITION_LF Qxe (!,Xo*,I*r,Qx*,Xv,_off^_usr) -90 ground chasm/earthy}
|
||||
{WALL_TRANSITION_LF Qx* (!,Xo*,I*r,Qx*,Xv,_off^_usr) -90 ground chasm/regular}
|
||||
{WALL_TRANSITION2_LF Ql Qx*,Xv,_off^_usr (!,Ql,Qx*) -290 ground unwalkable/lava-chasm}
|
||||
{WALL_TRANSITION2_LF Qlf Qx*,Xv,_off^_usr (!,Ql*,Qx*) -290 ground unwalkable/lava-chasm}
|
||||
{WALL_TRANSITION_LF Ql (!,Ql,Xv,_off^_usr) -290 ground unwalkable/lava}
|
||||
{WALL_TRANSITION_LF Qlf (!,Qlf,Xv,_off^_usr) -290 ground unwalkable/lava-high}
|
||||
{WALL_TRANSITION_LF Qx* (Ai*,Aa*,Ha*,Ms*,) -290 ground chasm/regular-snow}
|
||||
{WALL_TRANSITION_LF Qx* (W*,S*) -290 ground chasm/water}
|
||||
{WALL_TRANSITION_LF Qxe (!,Qx*,Xv,_off^_usr) -290 ground chasm/earthy}
|
||||
{WALL_TRANSITION_LF Qx* (!,Qx*,Xv,_off^_usr) -290 ground chasm/regular}
|
||||
|
||||
# to put these lower than wooden floor
|
||||
{TRANSITION_COMPLETE_LF (Xo*) Qx* -289 transition2 chasm/regular-castle}
|
||||
{WALL_TRANSITION2_LF Qlf Qx*,Xv,_off^_usr (I*r,Xo*) -290 ground unwalkable/lava-chasm}
|
||||
{WALL_TRANSITION2_LF Ql Qx*,Xv,_off^_usr (I*r,Xo*) -290 ground unwalkable/lava-chasm}
|
||||
{WALL_TRANSITION_LF Ql (I*r,Xo*) -290 ground unwalkable/lava}
|
||||
{WALL_TRANSITION_LF Qlf (I*r,Xo*) -290 ground unwalkable/lava-high}
|
||||
{WALL_TRANSITION_LF Qxe (I*r,Xo*) -290 ground chasm/earthy}
|
||||
{WALL_TRANSITION_LF Qx* (I*r,Xo*) -290 ground chasm/regular}
|
||||
|
||||
|
||||
# Stone wall transitions
|
||||
|
|
Loading…
Add table
Reference in a new issue