ndouglas / downdelving-old

An experimental roguelike written in Rust.
The Unlicense
1 stars 0 forks source link

Scenery animations? #10

Open ndouglas opened 2 years ago

ndouglas commented 2 years ago

Story

It'd be cool to be able to indicate items of interest (e.g. ore), water, etc with animations. Something simple, like just swapping characters and/or colors. One possibility is to store this in the raws. Another is to attach particle effects. I feel like that might be a bit heavy, though, especially if you're standing on the shores of a lake or something.

Acceptance Criteria

Implementation Notes