mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 16:15:40 +00:00
Clarify some comments about optimization of water transition with void
Note that the commented off code was not working
This commit is contained in:
parent
b5a595775c
commit
a895fe6e1e
@ -749,23 +749,19 @@
|
||||
#{TRANSITION_COMPLETE_L Dd,Ds (!,D*,!,W*,Ss) -559 sand/sand-to-water}
|
||||
|
||||
|
||||
# Animated transitions that meld the edges of out-of-sync animating tiles.
|
||||
# >>> The following includes water animations that may be seldom seen, or that are subtile.
|
||||
# Comment out the following 7 lines and un-comment the following 2 for a faster experience with an only slightly degraded experience.
|
||||
|
||||
{TRANSITION_COMPLETE_LB Wo (Xv,_off^_usr) -560 ANIMATION_15 water/ocean-long}
|
||||
{TRANSITION_COMPLETE_LB Wot (Xv,_off^_usr) -561 ANIMATION_15 water/ocean-tropical-long}
|
||||
|
||||
# Animated transitions that meld the edges of out-of-sync animating tiles.
|
||||
# >>> The following includes water animations that may be seldom seen, or that are subtile.
|
||||
# Comment out the following 5 lines for a faster experience with an only slightly degraded experience.
|
||||
|
||||
{TRANSITION_COMPLETE_LB Wo (Wo,!,Wo*,Ww*,G*,R*,H*,M*,U*,!,*) -562 ANIMATION_15 water/ocean}
|
||||
{TRANSITION_COMPLETE_LB Wot (Wot,!,Wo*,Ww*,G*,R*,H*,M*,U*,!,*) -563 ANIMATION_15 water/ocean-tropical}
|
||||
{TRANSITION_COMPLETE_LB Ww,Wwf,Wwr (Ww,Wwf,Wwr,!,Wwt,Wo,G*,R*,H*,M*,U*,!,*) -564 ANIMATION_15 water/coast}
|
||||
{TRANSITION_COMPLETE_LB Wwt (Wwt,!,Ww,Wo,Wwr,Wwf,G*,R*,H*,M*,U*,!,*) -565 ANIMATION_15 water/coast-tropical}
|
||||
{TRANSITION_COMPLETE_LB S* (S*) -566 ANIMATION_15 swamp/water}
|
||||
|
||||
#{TRANSITION_COMPLETE_L Wo (Xv,_off^_usr) -560 water/ocean-long}
|
||||
#{TRANSITION_COMPLETE_L Wot (Xv,_off^_usr) -561 water/ocean-tropical-long}
|
||||
|
||||
|
||||
|
||||
#WARNING : castles are at layer -1, probably to be fixed in 1.9 time
|
||||
{TRANSITION_COMPLETE_LF Chw (Ch,Chr,Cha) 0 transition2 castle/sunken-ruin}
|
||||
{TRANSITION_COMPLETE_LF Chs (Ch,Chr,Cha) 0 transition2 swamp/water}
|
||||
|
Loading…
x
Reference in New Issue
Block a user