Waves... monstruously ugly ones from only 1 direction

This commit is contained in:
J.W. Bjerk 2010-10-17 21:13:08 +00:00
parent 7b2002befa
commit 19145dcd83
8 changed files with 7 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View file

@ -728,6 +728,9 @@
# To test the new beach macro, uncomment this and then comment out the other
# ones underneath it...
# A rule for corner-based beach waves...
{WALL_TRANSITION_LB W* D* -499 WAVES water/waves}
{NEW:BEACH D*,Hd W* sand/shore}
# Special sand to water transitions
@ -737,8 +740,7 @@
#{TRANSITION_COMPLETE_L D*,Hd (W*,Ss) -493 sand/sand-out}
{TRANSITION_COMPLETE_L Hd (!,Hd,Qx*,W*,Ss) -510 hills/desert}
# A rule for corner-based beach waves...
#{WALL_TRANSITION_LB W* D* -500 ANIMATION_10 water/waves}
{TRANSITION_COMPLETE_L Rr (!,Rr,W*,Ai) -320 flat/road}
{TRANSITION_COMPLETE_L Rrc (!,Rr,W*,Ai) -321 flat/road-clean}

View file

@ -64,5 +64,8 @@
#define ANIMATION_18_70 IMAGESTEM POSTFIX
{ANIMATION_18_INTERNAL {IMAGESTEM} {POSTFIX}.png 130}#enddef
#define WAVES IMAGESTEM POSTFIX
{ANIMATION_06_INTERNAL {IMAGESTEM} {POSTFIX}.png 150}#enddef
#define BUILD_IMAGE BUILDER IMAGESTEM POSTFIX
{{BUILDER} {IMAGESTEM} {POSTFIX}}#enddef