1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-05 03:37:43 +00:00

Make water look more like

This commit is contained in:
David Schmenk 2023-04-11 20:01:06 -07:00
parent e47ca69101
commit 4cfadf3ec8

View File

@ -290,10 +290,19 @@ export def animate(tile)
tile = TORCH1_TILE
break
is WATER1_TILE
tile = WATER2_TILE
tile = '('
break
is WATER2_TILE
tile = WATER1_TILE
tile = ')'
break
wend
else
when tile & MAP_TILE
is WATER1_TILE
tile = ')'
break
is WATER2_TILE
tile = '('
break
wend
fin