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:
parent
e47ca69101
commit
4cfadf3ec8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user