Waves... monstruously ugly ones from only 1 direction
This commit is contained in:
parent
7b2002befa
commit
19145dcd83
8 changed files with 7 additions and 2 deletions
BIN
data/core/images/terrain/water/waves-convex-A01-tl.png
Normal file
BIN
data/core/images/terrain/water/waves-convex-A01-tl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
BIN
data/core/images/terrain/water/waves-convex-A02-tl.png
Normal file
BIN
data/core/images/terrain/water/waves-convex-A02-tl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
BIN
data/core/images/terrain/water/waves-convex-A03-tl.png
Normal file
BIN
data/core/images/terrain/water/waves-convex-A03-tl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
data/core/images/terrain/water/waves-convex-A04-tl.png
Normal file
BIN
data/core/images/terrain/water/waves-convex-A04-tl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
data/core/images/terrain/water/waves-convex-A05-tl.png
Normal file
BIN
data/core/images/terrain/water/waves-convex-A05-tl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
data/core/images/terrain/water/waves-convex-A06-tl.png
Normal file
BIN
data/core/images/terrain/water/waves-convex-A06-tl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue