nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Statues #371

Open nsmryan opened 2 years ago

nsmryan commented 2 years ago

Currently statues are just blocking tiles- they don't count as walls or as columns or anything.

It would make them more interesting to move them into being more interactive. The easiest thing is to make them statues, which I have gone ahead and done.