nsmryan / RustRoguelike

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

Stun Pips #439

Closed nsmryan closed 2 years ago

nsmryan commented 2 years ago

Visualize stun turns for golems by drawing multiple pips, maybe asterisks. Draw from edge of tile to the left.

nsmryan commented 2 years ago

I put in a pip system for stunning. It displays rows of 4 pips currently. I think the character used could be better. Maybe even a rectangle would work better.